We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1d210 commit f3a434eCopy full SHA for f3a434e
.github/workflows/test.yml
@@ -23,8 +23,8 @@ jobs:
23
dir: "metamorpho"
24
submodule: "lib/erc4626-tests"
25
cmd: "forge test --mc ERC4626ComplianceTest"
26
- - repo: "yearn/yearn-vaults-v3"
27
- dir: "yearn-vaults-v3"
+ - repo: "yearn/tokenized-strategy"
+ dir: "tokenized-strategy"
28
29
cmd: "forge test --mc VaultERC4626StdTest"
30
@@ -53,7 +53,7 @@ jobs:
53
version: nightly
54
55
- name: Install Vyper
56
- run: pip install vyper
+ run: pip install git+https://github.com/vyperlang/vyper.git@master
57
58
- name: Run tests
59
working-directory: ${{ matrix.project.dir }}
0 commit comments