Skip to content

Commit

Permalink
Update pip and setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 3, 2023
1 parent 018402e commit 74428ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ jobs:
cache: 'pip'
cache-dependency-path: 'setup.py'

- name: Install program
- name: Setup Project
run: |
pip install --editable=.[test]
pip install pip 'setuptools>=64' --upgrade
pip install --editable='.[test]'
- name: Run tests
run: |
Expand Down

0 comments on commit 74428ca

Please sign in to comment.