Skip to content

Commit e38e704

Browse files
committed
Install setuptools<70 in conda-build.yml
1 parent 2c23557 commit e38e704

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/conda-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- name: Install wheel and dependencies
7575
shell: bash -l {0}
7676
run: |
77+
python -m pip install "setuptools<70"
7778
python -m pip install "Cython<3"
7879
python -m pip install "pandas<2" --no-build-isolation
7980
python -m pip install dist/*.whl

0 commit comments

Comments
 (0)