Skip to content

Commit

Permalink
Try to install things more better
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Jun 27, 2024
1 parent 3bd2bf7 commit 3b69550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tox_pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[test,tox]
pip install tox-gh-actions
python -m pip install -e .[test,tox]
python -m pip install tox-gh-actions
- name: Test with tox
run: tox

Expand Down

0 comments on commit 3b69550

Please sign in to comment.