We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0755bdf + 2b2c840 commit 486b227Copy full SHA for 486b227
.github/workflows/release.yml
@@ -123,7 +123,7 @@ jobs:
123
python -m pip install --upgrade pip
124
python -m pip install -r requirements.txt
125
python -m pip install '${{ needs.prepare.outputs.wheel-distribution }}'
126
- python -m pip install pytest moto[s3]<5.0 pytest-cov
+ python -m pip install pytest 'moto[s3]<5.0' pytest-cov
127
- name: Run unit tests on pinned dependencies
128
run: >-
129
pytest -rFEx --durations 10 --color yes # pytest args
0 commit comments