Skip to content

Commit 8a75448

Browse files
committed
no value in upgrading system deps, they are not persisted
1 parent d3968e5 commit 8a75448

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
@@ -57,15 +57,7 @@ jobs:
5757
-t hjwp/obeythetestinggoat-book-tester:latest \
5858
bash -c "echo hello world"
5959
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
60+
- name: uv create virtualenv in mounted /app folder at .venv and install latest/upgraded deps
6961
run: |
7062
docker run --rm \
7163
--mount type=volume,source=rootmount,target=/root \

0 commit comments

Comments
 (0)