Skip to content

Commit

Permalink
Fix CI, no python in mac
Browse files Browse the repository at this point in the history
  • Loading branch information
MauroToscano committed Sep 18, 2023
1 parent 668d787 commit e5c8a8b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@ jobs:
env:
CARGO_TERM_COLOR: always
steps:

- name: Python3 build
uses: actions/setup-python@v4
with:
python-version: "3.9"
cache: "pip"

- name: Install cairo-lang toolchain and dependencies
run: pip install -r requirements.txt

- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
Expand Down Expand Up @@ -109,12 +119,6 @@ jobs:
CARGO_TERM_COLOR: always
steps:

- name: Python3 build
uses: actions/setup-python@v4
with:
python-version: "3.9"
cache: "pip"

- name: Install cairo-lang toolchain and dependencies
run: pip install -r requirements.txt

Expand Down

0 comments on commit e5c8a8b

Please sign in to comment.