Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Update GA, issue with setuptools and fury.
fury-gl/fury#912
  • Loading branch information
arnaudbore authored Jul 19, 2024
1 parent 9d9ea80 commit 54fa376
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: Install Scilpy
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade pip wheel
python -m pip install --upgrade "setuptools<71.0.0"
python -m pip install -e .
- name: Run tests
Expand Down

0 comments on commit 54fa376

Please sign in to comment.