mirror of
https://github.com/LukeHagar/connexion.git
synced 2025-12-06 04:19:26 +00:00
Pin test versions (#1373)
This commit is contained in:
4
.github/workflows/pipeline.yml
vendored
4
.github/workflows/pipeline.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user