Skip to content

Commit 486b227

Browse files
authored
Merge pull request #78 from enram/quote-moto-version
place moto[s3] module in single quotes to stop bash error
2 parents 0755bdf + 2b2c840 commit 486b227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
python -m pip install --upgrade pip
124124
python -m pip install -r requirements.txt
125125
python -m pip install '${{ needs.prepare.outputs.wheel-distribution }}'
126-
python -m pip install pytest moto[s3]<5.0 pytest-cov
126+
python -m pip install pytest 'moto[s3]<5.0' pytest-cov
127127
- name: Run unit tests on pinned dependencies
128128
run: >-
129129
pytest -rFEx --durations 10 --color yes # pytest args

0 commit comments

Comments
 (0)