Skip to content

Commit 68ad054

Browse files
Using Py 3.11 in OS-LLVM-SYCL-BUILD workflow
Also install ninja from pip instead of apt.
1 parent c832602 commit 68ad054

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/os-llvm-sycl-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,18 @@ jobs:
9797
- name: Install system components
9898
shell: bash -l {0}
9999
run: |
100-
sudo apt-get install ninja-build libtinfo5
100+
sudo apt-get install libtinfo5
101101
102102
- name: Setup Python
103103
uses: actions/setup-python@v4
104104
with:
105-
python-version: '3.9'
105+
python-version: '3.11'
106106
architecture: x64
107107

108108
- name: Install dpctl dependencies
109109
shell: bash -l {0}
110110
run: |
111-
pip install numpy cython setuptools pytest scikit-build cmake
111+
pip install numpy cython setuptools pytest scikit-build cmake ninja
112112
113113
- name: Checkout repo
114114
uses: actions/checkout@v3

0 commit comments

Comments
 (0)