From bc49d0dfea8ed1cd5f0b89cfba8b543cfd018195 Mon Sep 17 00:00:00 2001 From: akhercha Date: Fri, 1 Nov 2024 11:39:57 +0100 Subject: [PATCH] feat(new_kakarot_interface): --- .github/workflows/ci.yml | 2 -- .github/workflows/gas_reports.yml | 2 -- .github/workflows/gas_snapshot.yml | 2 -- .github/workflows/run_scripts.yml | 2 -- pragma-oracle/.tool-versions => .tool-versions | 0 5 files changed, 8 deletions(-) rename pragma-oracle/.tool-versions => .tool-versions (100%) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e77797ac..76c3606b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/gas_reports.yml b/.github/workflows/gas_reports.yml index a029d3ff..8f7ab261 100644 --- a/.github/workflows/gas_reports.yml +++ b/.github/workflows/gas_reports.yml @@ -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 diff --git a/.github/workflows/gas_snapshot.yml b/.github/workflows/gas_snapshot.yml index 440c06fb..6cc78c49 100644 --- a/.github/workflows/gas_snapshot.yml +++ b/.github/workflows/gas_snapshot.yml @@ -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 diff --git a/.github/workflows/run_scripts.yml b/.github/workflows/run_scripts.yml index 27cf9f7d..920b218e 100644 --- a/.github/workflows/run_scripts.yml +++ b/.github/workflows/run_scripts.yml @@ -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: | diff --git a/pragma-oracle/.tool-versions b/.tool-versions similarity index 100% rename from pragma-oracle/.tool-versions rename to .tool-versions