Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
ci: fix scarb installation (#1522)
Browse files Browse the repository at this point in the history
fix scarb installation

Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
  • Loading branch information
greged93 authored Oct 31, 2024
1 parent 55cbe3b commit 15da170
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/e2e-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,14 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version-file: lib/kakarot/.python-version
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: 0.7.0
- name: Install asdf & tools
uses: asdf-vm/actions/setup@v3
- name: install scarb
run: |
asdf plugin add scarb
asdf install scarb 2.8.3
asdf install scarb 2.6.5
asdf install scarb 0.7.0
- name: Run staging script
env:
STARKNET_SEPOLIA_STAGING_PRIVATE_KEY:
Expand Down

0 comments on commit 15da170

Please sign in to comment.