Skip to content

Commit

Permalink
chore: add setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Apr 16, 2024
1 parent ff1427a commit fd6adac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/certora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- Transfer

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/halmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -25,7 +25,7 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1

- name: Install halmos
run: pip install halmos
run: pip install halmos setuptools

- name: Run Halmos
run: halmos

0 comments on commit fd6adac

Please sign in to comment.