Skip to content

Commit

Permalink
try install using uv
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Mar 16, 2024
1 parent 1e752e3 commit 40434a0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ jobs:
cache: "pip"

- name: Install dependencies
run: pip install .[test]
run: |
pip install uv
uv pip install "vyper[test] @ ."
- name: Run tests
run: |
Expand Down Expand Up @@ -163,7 +165,9 @@ jobs:
cache: "pip"

- name: Install dependencies
run: pip install .[test]
run: |
pip install uv
uv pip install "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 40434a0

Please sign in to comment.