Skip to content

Commit

Permalink
install an older version of setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Oct 21, 2024
1 parent 6ffe064 commit c5cd2a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Build and install package
run: pip install -e .[testing]
run: |
pip install setuptools==75.1.0
pip install -e .[testing]
- name: Test
run: |
Expand Down

0 comments on commit c5cd2a3

Please sign in to comment.