From 2b2c840f91b7416ae247a56dc06198919ae6537e Mon Sep 17 00:00:00 2001 From: Pieter Huybrechts <48065851+PietrH@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:20:30 +0100 Subject: [PATCH] place moto[s3] module in single quotes to stop bash error https://github.com/getmoto/moto/issues/3856 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77a8b02..eae60bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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