Skip to content

Commit

Permalink
Merge pull request #1028 from arnaudbore/pr_tests
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
arnaudbore authored Sep 19, 2024
2 parents 9d94226 + febe29c commit d0bd8a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Install Scilpy
run: |
export SETUPTOOLS_USE_DISTUTILS=stdlib
python -m pip install --upgrade pip wheel
python -m pip install --upgrade "setuptools<71.0.0"
python -m pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.10.14
3.10
>=3.9,<3.11

0 comments on commit d0bd8a4

Please sign in to comment.