We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c832602 commit 68ad054Copy full SHA for 68ad054
.github/workflows/os-llvm-sycl-build.yml
@@ -97,18 +97,18 @@ jobs:
97
- name: Install system components
98
shell: bash -l {0}
99
run: |
100
- sudo apt-get install ninja-build libtinfo5
+ sudo apt-get install libtinfo5
101
102
- name: Setup Python
103
uses: actions/setup-python@v4
104
with:
105
- python-version: '3.9'
+ python-version: '3.11'
106
architecture: x64
107
108
- name: Install dpctl dependencies
109
110
111
- pip install numpy cython setuptools pytest scikit-build cmake
+ pip install numpy cython setuptools pytest scikit-build cmake ninja
112
113
- name: Checkout repo
114
uses: actions/checkout@v3
0 commit comments