chore(CI): update certora-cli to 7.10.2
This should fix the bug of certora-cli not properly completing with non zero exit codes on errors, which ultimately results in CI tasks to give false positives.
This commit is contained in:
parent
3a6249e886
commit
50e90b6816
|
@ -52,7 +52,7 @@ jobs:
|
||||||
java-package: 'jre'
|
java-package: 'jre'
|
||||||
|
|
||||||
- name: Install Certora CLI
|
- name: Install Certora CLI
|
||||||
run: pip3 install certora-cli==7.10.1
|
run: pip3 install certora-cli==7.10.2
|
||||||
|
|
||||||
- name: Install Solidity
|
- name: Install Solidity
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue