Skip to content

Commit

Permalink
pin setuptools to supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrawnCA committed Sep 10, 2024
1 parent 35a5bf3 commit 4d2600c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install requirements
run: |
pip install 'setuptools>=44.1.0,<71'
pip install -r requirements.txt
pip install -r dev-requirements.txt
pip install -e .
Expand Down

0 comments on commit 4d2600c

Please sign in to comment.