Skip to content

Commit

Permalink
Tweak to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Oct 3, 2023
1 parent 3b5a2cc commit a3493b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
setup_develop:
name: Build packages with DPC++
runs-on: Ubuntu-20.04
runs-on: Ubuntu-latest

steps:
- name: Cancel Previous Runs
Expand Down Expand Up @@ -38,10 +38,8 @@ jobs:

- name: Install dependencies
run: |
conda install cmake ninja
conda install -c intel dpcpp-cpp-rt
conda install dpctl -c dppy/label/dev
pip install --no-cache-dir cython scikit-build pybind11 pytest
pip install --no-cache-dir cython scikit-build pybind11 pytest cmake ninja
conda list
- name: Build kde_setuptools
Expand Down

0 comments on commit a3493b7

Please sign in to comment.