Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
run: echo $CONDA/bin >> $GITHUB_PATH

- name: Checkout repo
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0

- name: Install dependencies
run: |
source $CONDA/etc/profile.d/conda.sh
conda create -n build_kde_setuptools python=3.10 dpctl -c dppy/label/dev -c intel -c conda-forge --override-channels
conda create -n build_kde_setuptools python=3.11 dpctl setuptools"<70" -c dppy/label/dev -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
conda activate build_kde_setuptools
pip install --no-cache-dir cython pybind11 pytest cmake ninja
conda list
Expand Down Expand Up @@ -85,14 +85,14 @@ jobs:
run: echo $CONDA/bin >> $GITHUB_PATH

- name: Checkout repo
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0

- name: Install dependencies
run: |
source $CONDA/etc/profile.d/conda.sh
conda create -n build_kde_skbuild python=3.10 dpctl -c dppy/label/dev -c intel -c conda-forge --override-channels
conda create -n build_kde_skbuild python=3.10 dpctl -c dppy/label/dev -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
conda activate build_kde_skbuild
pip install --no-cache-dir cython scikit-build pybind11 pytest cmake ninja
conda list
Expand Down