Skip to content

Commit

Permalink
📌 Use Latest Vyper master Commit
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Sep 18, 2024
1 parent b9e5f12 commit 2a80750
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/halmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
architecture: ${{ matrix.architecture }}

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

- name: Show the Vyper version
run: vyper --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: ape compile

- name: Remove Ape Vyper and install latest Vyper
run: pip install --force-reinstall vyper
run: pip install --force-reinstall git+https://github.com/vyperlang/vyper@master

- name: Show the Vyper version
run: vyper --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/venom-halmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: python scripts/insert_venom_pragma.py

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

- name: Show the Vyper version
run: vyper --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/venom-test-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: python scripts/insert_venom_pragma.py

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

- name: Install pnpm
uses: pnpm/action-setup@v3
Expand Down

0 comments on commit 2a80750

Please sign in to comment.