We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72da256 commit 1b347dfCopy full SHA for 1b347df
1 file changed
.github/workflows/main.yml
@@ -117,7 +117,7 @@ jobs:
117
# PGPASSWORD is read by pg_restore, which is called by the build_db process.
118
export PGPASSWORD=postgres
119
120
- conda create --yes -n microsetta-private-api python=3.11
+ conda create --yes -n microsetta-private-api python=3.11 "setuptools<82"
121
conda activate microsetta-private-api
122
conda install --yes --file ci/conda_requirements.txt
123
pip install -r ci/pip_requirements.txt
0 commit comments