Skip to content

Commit

Permalink
no value in upgrading system deps, they are not persisted
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwp committed Aug 2, 2024
1 parent 6ed85d7 commit 043daa1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,7 @@ jobs:
-t hjwp/obeythetestinggoat-book-tester:latest \
bash -c "echo hello world"
- name: uv pip install --upgrade systemwide
run: |
docker run --rm \
--mount type=volume,source=rootmount,target=/root \
--mount type=bind,source=./,target=/app \
-t hjwp/obeythetestinggoat-book-tester:latest \
bash -c "uv pip install --system --upgrade ."
- 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
run: |
docker run --rm \
--mount type=volume,source=rootmount,target=/root \
Expand Down

0 comments on commit 043daa1

Please sign in to comment.