Skip to content

Commit

Permalink
ci: pin vyper (#9989)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Mar 1, 2025
1 parent bd9f4c1 commit f9c5a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
python-version: 3.11
- name: Install Vyper
run: pip install vyper~=0.4.0
run: pip install vyper==0.4.0

- name: Forge RPC cache
uses: actions/cache@v3
Expand Down

0 comments on commit f9c5a23

Please sign in to comment.