We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed85d7 commit 043daa1Copy full SHA for 043daa1
.github/workflows/tests.yml
@@ -61,15 +61,7 @@ jobs:
61
-t hjwp/obeythetestinggoat-book-tester:latest \
62
bash -c "echo hello world"
63
64
- - name: uv pip install --upgrade systemwide
65
- run: |
66
- docker run --rm \
67
- --mount type=volume,source=rootmount,target=/root \
68
- --mount type=bind,source=./,target=/app \
69
- -t hjwp/obeythetestinggoat-book-tester:latest \
70
- bash -c "uv pip install --system --upgrade ."
71
-
72
- - 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
73
run: |
74
docker run --rm \
75
--mount type=volume,source=rootmount,target=/root \
0 commit comments