Skip to content

Commit

Permalink
fix interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
jalbrekt85 committed Jan 3, 2024
1 parent 5ea600e commit 9d374d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/py.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: py
on:
push:
branches: [ master ]
pull_request:
branches: [ '*' ]
on: workflow_dispatch

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Build arm64 Wheels
run: maturin build --release --out dist/arm64 --target aarch64-unknown-linux-gnu
run: maturin build --release --out dist/arm64 --find-interpreter --target aarch64-unknown-linux-gnu
env:
CARGO_TERM_COLOR: always
CC: aarch64-linux-gnu-gcc
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
name: rust

on:
push:
branches: [ master ]
pull_request:
branches: [ '*' ]
on: workflow_dispatch

jobs:
tests:
Expand Down

0 comments on commit 9d374d0

Please sign in to comment.