Skip to content

Commit

Permalink
use uv --system flag
Browse files Browse the repository at this point in the history
new as of v0.1.12
  • Loading branch information
charles-cooper committed Mar 16, 2024
1 parent 40434a0 commit e721528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Install dependencies
run: |
pip install uv
uv pip install "vyper[test] @ ."
uv pip install --system "vyper[test] @ ."
- name: Run tests
run: |
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Install dependencies
run: |
pip install uv
uv pip install "vyper[test] @ ."
uv pip install --system "vyper[test] @ ."
# cytoolz is an implicit dependency of eth-account, see
# https://github.com/ethereum/eth-account/issues/215
Expand Down

0 comments on commit e721528

Please sign in to comment.