Skip to content

Commit

Permalink
chore: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Feb 2, 2024
1 parent 1bb6cf6 commit 3df401f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/foundry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
uses: ApeWorX/[email protected]
with:
python-version: '3.10'
ape-version-pin: "==0.7.0"

- name: install vyper
run: pip install git+https://github.com/vyperlang/vyper
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: ape compile --force --size

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1.0.10
uses: foundry-rs/foundry-toolchain@v1

- name: output current installation
run: pip freeze
Expand Down

0 comments on commit 3df401f

Please sign in to comment.