Skip to content

Commit

Permalink
👷 Pin Vyper Version to Latest Commit (Again) (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaversaccio authored Oct 15, 2024
1 parent 07c82f5 commit 1502e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Install Vyper
if: ${{ matrix.project.dir == 'snekmate' }}
run: |
docker run --name halmos-vyper --entrypoint uv halmos-image pip install git+https://github.com/vyperlang/vyper@6606ded787184be82de9ea05aeb1b61bcd219d6a
docker run --name halmos-vyper --entrypoint uv halmos-image pip install git+https://github.com/vyperlang/vyper@master
docker commit --change 'ENTRYPOINT ["halmos"]' halmos-vyper halmos-image
- name: Checkout external repo
Expand Down

0 comments on commit 1502e46

Please sign in to comment.