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.
1 parent 8871f33 commit 25ea9d6Copy full SHA for 25ea9d6
.github/workflows/ci.yml
@@ -300,7 +300,7 @@ jobs:
300
--entrypoint /bin/bash \
301
$IMAGE_NAME
302
echo "Install dev requirements because only non dev requirements exist in the docker image at the moment"
303
- docker exec -i test_container bash -c "pip install uv \
+ docker exec -i my_container bash -c "pip install uv \
304
&& cd python-sc2 && uv sync --frozen --no-cache --no-install-project"
305
306
- name: Run coverage on tests
0 commit comments