Skip to content

Commit

Permalink
feat(new_kakarot_interface):
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Nov 1, 2024
1 parent e931e1d commit bc49d0d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
tool-versions: "./pragma-oracle/.tool-versions"

- run: scarb fmt --check
- run: scarb test
2 changes: 0 additions & 2 deletions .github/workflows/gas_reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
python-version: "3.x" # Specify the Python version required
- name: Set up Scarb
uses: software-mansion/setup-scarb@v1
with:
tool-versions: "./pragma-oracle/.tool-versions"

- name: Run compare_snapshot script
id: run_script
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/gas_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
python-version: 3.x
- name: Set up Scarb
uses: software-mansion/setup-scarb@v1
with:
tool-versions: "./pragma-oracle/.tool-versions"

- name: Generate gas snapshot
run: python pragma-deployer/pragma_deployer/gas_usage/gen_snapshot.py
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/run_scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:

- name: Set up Scarb
uses: software-mansion/setup-scarb@v1
with:
tool-versions: "./pragma-oracle/.tool-versions"

- name: Build with Scarb
run: |
Expand Down
File renamed without changes.

0 comments on commit bc49d0d

Please sign in to comment.