We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3968e5 commit 8a75448Copy full SHA for 8a75448
.github/workflows/tests.yml
@@ -57,15 +57,7 @@ jobs:
57
-t hjwp/obeythetestinggoat-book-tester:latest \
58
bash -c "echo hello world"
59
60
- - name: uv pip install --upgrade systemwide
61
- run: |
62
- docker run --rm \
63
- --mount type=volume,source=rootmount,target=/root \
64
- --mount type=bind,source=./,target=/app \
65
- -t hjwp/obeythetestinggoat-book-tester:latest \
66
- bash -c "uv pip install --system --upgrade ."
67
-
68
- - name: uv create virtualenv in mounted /app folder at .venv
+ - name: uv create virtualenv in mounted /app folder at .venv and install latest/upgraded deps
69
run: |
70
docker run --rm \
71
--mount type=volume,source=rootmount,target=/root \
0 commit comments