Skip to content

Commit

Permalink
chore: update work flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Oct 19, 2023
1 parent db39be4 commit 7c04ba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: ApeWorX/github-action@v2
- uses: ApeWorX/github-action@v2.0
with:
python-version: '3.10'
ape-version-pin: "==0.6.8"
ape-plugins-list: 'solidity==0.6.3 vyper==0.6.5 hardhat==0.6.4 infura==0.6.1 etherscan==0.6.4'

- name: install vyper
run: pip install git+https://github.com/vyperlang/vyper
- run: ape compile --force --size
Expand Down
2 changes: 1 addition & 1 deletion ape-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
ref: v3.0.1
contracts_folder: src
exclude:
- src/test/**/*
- test/
- name: periphery
github: yearn/tokenized-strategy-periphery
ref: master
Expand Down

0 comments on commit 7c04ba2

Please sign in to comment.