Skip to content

Commit

Permalink
Merge pull request #22 from Carreau/pip-upgrade
Browse files Browse the repository at this point in the history
Misc workflow upgrade
  • Loading branch information
Carreau authored Aug 13, 2024
2 parents 5d1bbc6 + 15fec94 commit 37c228e
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 @@ -27,8 +27,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- run:
pip install -ve .[tests]
- run: |
pip install pip --upgrade
pip install -ve '.[tests]'
pip install mypy sphinx
- run:
pytest tests
Expand Down

0 comments on commit 37c228e

Please sign in to comment.