Skip to content

Commit

Permalink
fix install deps steps
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Mar 14, 2024
1 parent 98e7785 commit b55af3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ jobs:
python-version: "3.11"
cache: "pip"

- name: Install dependencies
run: pip install .[test]

# fetch test durations
# NOTE: if the tests get poorly distributed, run this manually/locally and commit the resulting `.test_durations` file to the `vyper-test-durations` repo.
# `pytest -m "fuzzing" --store-durations -r aR tests/`
Expand Down Expand Up @@ -209,6 +212,9 @@ jobs:
python-version: "3.11"
cache: "pip"

- name: Install dependencies
run: pip install .[test]

- name: Run tests
run: pytest --memorymock tests/

Expand Down

0 comments on commit b55af3f

Please sign in to comment.