Skip to content

Commit 043daa1

Browse files
committed
no value in upgrading system deps, they are not persisted
1 parent 6ed85d7 commit 043daa1

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/tests.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,7 @@ jobs:
6161
-t hjwp/obeythetestinggoat-book-tester:latest \
6262
bash -c "echo hello world"
6363
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
64+
- name: uv create virtualenv in mounted /app folder at .venv and install latest/upgraded deps
7365
run: |
7466
docker run --rm \
7567
--mount type=volume,source=rootmount,target=/root \

0 commit comments

Comments
 (0)