Skip to content

Commit f3a434e

Browse files
committed
fix
1 parent df1d210 commit f3a434e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
dir: "metamorpho"
2424
submodule: "lib/erc4626-tests"
2525
cmd: "forge test --mc ERC4626ComplianceTest"
26-
- repo: "yearn/yearn-vaults-v3"
27-
dir: "yearn-vaults-v3"
26+
- repo: "yearn/tokenized-strategy"
27+
dir: "tokenized-strategy"
2828
submodule: "lib/erc4626-tests"
2929
cmd: "forge test --mc VaultERC4626StdTest"
3030

@@ -53,7 +53,7 @@ jobs:
5353
version: nightly
5454

5555
- name: Install Vyper
56-
run: pip install vyper
56+
run: pip install git+https://github.com/vyperlang/vyper.git@master
5757

5858
- name: Run tests
5959
working-directory: ${{ matrix.project.dir }}

0 commit comments

Comments
 (0)