Skip to content

Commit 1b347df

Browse files
committed
pin in ci
1 parent 72da256 commit 1b347df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
# PGPASSWORD is read by pg_restore, which is called by the build_db process.
118118
export PGPASSWORD=postgres
119119
120-
conda create --yes -n microsetta-private-api python=3.11
120+
conda create --yes -n microsetta-private-api python=3.11 "setuptools<82"
121121
conda activate microsetta-private-api
122122
conda install --yes --file ci/conda_requirements.txt
123123
pip install -r ci/pip_requirements.txt

0 commit comments

Comments
 (0)