Skip to content

Commit

Permalink
MNT: hotfix CI by setting an upper limit to setuptools version
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Sep 7, 2021
1 parent b1e3e28 commit 980e818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if [[ "${RUNNER_OS}" == "Windows" ]] && [[ ${dependencies} != "minimal" ]]; then
else
python -m pip install --upgrade pip
python -m pip install --upgrade wheel
python -m pip install --upgrade setuptools
python -m pip install --upgrade setuptools<58.0 # see https://github.com/pypa/setuptools/issues/2775
fi

# Step 2: install deps and yt
Expand Down

0 comments on commit 980e818

Please sign in to comment.