Skip to content

Commit

Permalink
pin setuptools in conda install for wq
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored and ikrommyd committed Nov 19, 2024
1 parent 6ee2442 commit af7f52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Test work_queue
shell: bash -l {0}
run: |
conda create --yes --name coffea-env -c conda-forge python=${{ matrix.python-version }} ndcctools dill conda-pack conda
conda create --yes --name coffea-env -c conda-forge python=${{ matrix.python-version }} ndcctools dill conda-pack conda 'setuptools<71'
conda activate coffea-env
python -m pip install --ignore-installed .
cd tests
Expand Down

0 comments on commit af7f52d

Please sign in to comment.