-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Examples Release CI #127
Conversation
.circleci/config.yml
Outdated
|
||
- run: | ||
name: Install ReportAnalysis package and execute ReportAnalyzer | ||
command: | | ||
pip3.11 install git+ssh://[email protected]/Certora/ReportAnalysis.git | ||
ReportAnalyzer --ci_client "Examples Nightly" | ||
when: on_fail | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need this in master
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small request
* Remove Report Analysis depedency (#119) * adding the example * Nurit comments * Fix Examples Release CI (#127) * Fix Examples Release CI * Address review * update init axioms for some specs * Revert "update init axioms for some specs" (#128) This reverts commit 4cd2bbb. * Update ERC4626.spec * . --------- Co-authored-by: yoav-el-certora <[email protected]> Co-authored-by: Niv vaknin <[email protected]> Co-authored-by: Naftali Goldstein <[email protected]>
* Remove Report Analysis depedency (#119) * Fix Examples Release CI (#127) * Fix Examples Release CI * Address review * update init axioms for some specs * Revert "update init axioms for some specs" (#128) This reverts commit 4cd2bbb. * . * Update CVLByExample/ExtensionContracts/README.md Co-authored-by: Nurit Dor <[email protected]> * Update CVLByExample/ExtensionContracts/ExtensionContracts.spec Co-authored-by: Nurit Dor <[email protected]> * . --------- Co-authored-by: yoav-el-certora <[email protected]> Co-authored-by: Niv vaknin <[email protected]> Co-authored-by: Naftali Goldstein <[email protected]> Co-authored-by: Nurit Dor <[email protected]>
No description provided.