Skip to content

Commit

Permalink
place moto[s3] module in single quotes to stop bash error
Browse files Browse the repository at this point in the history
  • Loading branch information
PietrH authored Mar 8, 2024
1 parent 0755bdf commit 2b2c840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install '${{ needs.prepare.outputs.wheel-distribution }}'
python -m pip install pytest moto[s3]<5.0 pytest-cov
python -m pip install pytest 'moto[s3]<5.0' pytest-cov
- name: Run unit tests on pinned dependencies
run: >-
pytest -rFEx --durations 10 --color yes # pytest args
Expand Down

0 comments on commit 2b2c840

Please sign in to comment.