mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-21 18:11:40 +01:00
Updated Github Actions workflow to use Tox through pip instead of the platform version.
This commit is contained in:
parent
93b30b4258
commit
016a5d89f7
6
.github/workflows/tox.yaml
vendored
6
.github/workflows/tox.yaml
vendored
@ -17,8 +17,8 @@ jobs:
|
|||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
pip install -U codecov coveralls flake8 mypy pylint pytest tox
|
python3 -m pip install -U codecov coveralls flake8 mypy pylint pytest tox
|
||||||
- name: Run Tox
|
- name: Run Tox
|
||||||
run: |
|
run: |
|
||||||
tox
|
python3 -m tox
|
||||||
|
Loading…
Reference in New Issue
Block a user