Skip to content

Commit

Permalink
♻️ Pin Vyper Commit for Venom Tests
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Oct 11, 2024
1 parent 4ff12b6 commit ccf1b69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/halmos-venom.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 git+https://github.com/vyperlang/vyper@master
run: pip install git+https://github.com/vyperlang/vyper@d8f4032355773cd5e57e8902bd50808490de39b5

- name: Show the Vyper version
run: vyper --version
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/test-contracts-venom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
architecture: ${{ matrix.architecture }}

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

- name: Install pnpm
uses: pnpm/action-setup@v3
Expand Down Expand Up @@ -84,13 +84,7 @@ jobs:
FOUNDRY_PROFILE: default-venom

- name: Run snapshot
run: |
echo "Vyper version: $(vyper --version)" >> $GITHUB_STEP_SUMMARY
echo "Forge version: $(forge --version)" >> $GITHUB_STEP_SUMMARY
echo "Vyper config:" >> $GITHUB_STEP_SUMMARY
forge config --json | jq -r ".vyper" >> $GITHUB_STEP_SUMMARY
echo "---------------------------" >> $GITHUB_STEP_SUMMARY
NO_COLOR=1 forge snapshot >> $GITHUB_STEP_SUMMARY
run: NO_COLOR=1 forge snapshot >> $GITHUB_STEP_SUMMARY
env:
FOUNDRY_PROFILE: default-venom

Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/test-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,7 @@ jobs:
FOUNDRY_PROFILE: default

- name: Run snapshot
run: |
echo "Vyper version: $(vyper --version)" >> $GITHUB_STEP_SUMMARY
echo "Forge version: $(forge --version)" >> $GITHUB_STEP_SUMMARY
echo "Vyper config:" >> $GITHUB_STEP_SUMMARY
forge config --json | jq -r ".vyper" >> $GITHUB_STEP_SUMMARY
echo "---------------------------" >> $GITHUB_STEP_SUMMARY
NO_COLOR=1 forge snapshot >> $GITHUB_STEP_SUMMARY
run: NO_COLOR=1 forge snapshot >> $GITHUB_STEP_SUMMARY
env:
FOUNDRY_PROFILE: default

Expand Down

0 comments on commit ccf1b69

Please sign in to comment.