Skip to content

Commit 2d1de84

Browse files
committed
update CI test location for target Python / Vyper
1 parent f84cabb commit 2d1de84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nextest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ jobs:
6767
with:
6868
bun-version: latest
6969
- name: Setup Python
70-
if: contains(matrix.name, 'external') || contains(matrix.name, 'unit')
70+
if: contains(matrix.name, 'external') || contains(matrix.name, 'integration')
7171
uses: actions/setup-python@v4
7272
with:
7373
python-version: 3.11
7474
- name: Install Vyper
75-
if: contains(matrix.name, 'external') || contains(matrix.name, 'unit')
75+
if: contains(matrix.name, 'external') || contains(matrix.name, 'integration')
7676
run: pip install vyper~=0.4.0
7777

7878
- name: Forge RPC cache

0 commit comments

Comments
 (0)