We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b986a commit 76affd7Copy full SHA for 76affd7
.github/workflows/certora.yml
@@ -31,7 +31,7 @@ jobs:
31
with: { java-version: '11', java-package: jre }
32
33
- name: Install certora cli
34
- run: pip install certora-cli
+ run: pip install certora-cli==3.6.8.post3
35
36
- name: Install solc
37
run: |
0 commit comments