Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit ab01405

Browse files
Use setuptools 69.* to build setuptools-based example
1 parent 7700458 commit ab01405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install dependencies
4242
run: |
4343
source $CONDA/etc/profile.d/conda.sh
44-
conda create -n build_kde_setuptools python=3.10 dpctl -c dppy/label/dev -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
44+
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
4545
conda activate build_kde_setuptools
4646
pip install --no-cache-dir cython pybind11 pytest cmake ninja
4747
conda list

0 commit comments

Comments
 (0)