Skip to content

Commit

Permalink
Install setuptools in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc committed May 21, 2024
1 parent c0d5831 commit 8354bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y inkscape
pip install --upgrade pip
pip install wheel numpy "cython<3.0"
pip install wheel setuptools numpy "cython<3.0"
# force using latest nibabel
pip install -U nibabel
pip install -e . --no-build-isolation
Expand Down

0 comments on commit 8354bca

Please sign in to comment.