Skip to content

Commit

Permalink
update CI test location for target Python / Vyper
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Oct 14, 2024
1 parent f84cabb commit 2d1de84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ jobs:
with:
bun-version: latest
- name: Setup Python
if: contains(matrix.name, 'external') || contains(matrix.name, 'unit')
if: contains(matrix.name, 'external') || contains(matrix.name, 'integration')
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install Vyper
if: contains(matrix.name, 'external') || contains(matrix.name, 'unit')
if: contains(matrix.name, 'external') || contains(matrix.name, 'integration')
run: pip install vyper~=0.4.0

- name: Forge RPC cache
Expand Down

0 comments on commit 2d1de84

Please sign in to comment.