Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vvilskyi-r7 committed Mar 25, 2024
1 parent 1b0bd38 commit 41d40b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
- name: Test
run: poetry run pytest -Werror tests
- name: Install Cross-compilers (Linux)
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'macos-latest'
run: |
rustup target add aarch64-unknown-linux-gnu
- name: Publish Linux (arm64) Package
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'macos-latest'
uses: PyO3/maturin-action@v1
with:
command: build
Expand Down

0 comments on commit 41d40b9

Please sign in to comment.