Skip to content

Commit

Permalink
Add tox dependency for gh actions checks and pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Jun 27, 2024
1 parent 3c6c3ec commit 0d2f2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install -U -e .[build,docs,test]
python -m pip install -U -e .[build,docs,test,tox]
- name: Run ${{ matrix.toxenv }}
run: python -m tox -e ${{ matrix.toxenv }}
2 changes: 1 addition & 1 deletion .github/workflows/tox_pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[test]
pip install -e .[test,tox]
pip install tox-gh-actions
- name: Test with tox
run: tox
Expand Down

0 comments on commit 0d2f2c6

Please sign in to comment.