Pin test versions (#1373)

This commit is contained in:
Robbe Sneyders
2021-06-29 21:45:42 +02:00
committed by GitHub
parent 602f7087a9
commit d4657e7a15
2 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install tox tox-gh-actions setuptools coveralls
pip install "tox<4" "tox-gh-actions<3" "setuptools<58" "coveralls<4"
- name: Test with tox
run: tox
- name: Coveralls
@@ -33,7 +33,7 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- name: Install coveralls
- name: Install "coveralls<4"
run: pip install coveralls
- name: Coveralls Finished
run: coveralls --service github --finish