Skip to content

Commit

Permalink
upgrade pip and setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Nov 18, 2024
1 parent aa41018 commit 651bf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slow-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install pip setuptools
python -m pip install --upgrade pip setuptools
python -m pip install '.[dev]'
- name: Test with pytest
Expand Down

0 comments on commit 651bf66

Please sign in to comment.