Remove tox pin (#3844)
This commit is contained in:
parent
c6a031e623
commit
066aa9210a
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -45,11 +45,12 @@ jobs:
|
||||
- name: Install tox
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install --upgrade 'tox<4.7'
|
||||
python -m pip install --upgrade tox
|
||||
|
||||
- name: Unit tests
|
||||
if: "!startsWith(matrix.python-version, 'pypy')"
|
||||
run: tox -e ci-py -- -v --color=yes
|
||||
run:
|
||||
tox -e ci-py$(echo ${{ matrix.python-version }} | tr -d '.') -- -v --color=yes
|
||||
|
||||
- name: Unit tests (pypy)
|
||||
if: "startsWith(matrix.python-version, 'pypy')"
|
||||
|
Loading…
Reference in New Issue
Block a user