Updated Github Actions workflow to use Tox through pip instead of the platform version.

This commit is contained in:
Joe Testa 2024-09-26 18:31:21 -04:00
parent 93b30b4258
commit 016a5d89f7

View File

@ -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