Skip to content

Commit

Permalink
Fixed macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
s-simoncelli committed Apr 30, 2024
1 parent 2584471 commit 22ba636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ jobs:
- name: Build wheels - x86_64
uses: PyO3/maturin-action@v1
with:
target: x86_64
args: --release --out dist --find-interpreter -m gr6j-python/Cargo.toml
target: ${{ matrix.target }}
args: -i ${{ matrix.python-version }} --release --out dist -m gr6j-python/Cargo.toml
sccache: 'true'
- name: Test Python API
run: |
Expand Down

0 comments on commit 22ba636

Please sign in to comment.