Skip to content

Commit

Permalink
Updated Github Actions workflow to use Tox through pip instead of the…
Browse files Browse the repository at this point in the history
… platform version.
  • Loading branch information
jtesta committed Sep 26, 2024
1 parent 93b30b4 commit 016a5d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U codecov coveralls flake8 mypy pylint pytest tox
python3 -m pip install --upgrade pip
python3 -m pip install -U codecov coveralls flake8 mypy pylint pytest tox
- name: Run Tox
run: |
tox
python3 -m tox

0 comments on commit 016a5d8

Please sign in to comment.