Skip to content

Commit

Permalink
ci install python script
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Apr 19, 2024
1 parent 381046b commit 4495292
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:

- name: Setup Starknet Foundry
uses: foundry-rs/setup-snfoundry@v3

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.9'

- name: Provision Environment
run: python install.py

- name: Format code
run: cargo fmt --check
Expand Down

0 comments on commit 4495292

Please sign in to comment.