From af7f52d6672d73a027a0897a139bf9b90a97e2de Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Tue, 19 Nov 2024 11:41:46 -0600 Subject: [PATCH] pin setuptools in conda install for wq --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d921d11d3..1b3882ec0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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