Skip to content

Commit c05b50c

Browse files
committed
Fix maturin action: remove invalid python-interpreter parameter
1 parent e46cb26 commit c05b50c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cross_platform_tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
- name: Build and install package with maturin
7979
uses: PyO3/maturin-action@v1
8080
with:
81-
python-interpreter: ${{ steps.setup_python.outputs.python-path }}
8281
target: x86_64
8382
command: develop
8483
args: --release
@@ -91,7 +90,6 @@ jobs:
9190
- name: Build wheel
9291
uses: PyO3/maturin-action@v1
9392
with:
94-
python-interpreter: ${{ steps.setup_python.outputs.python-path }}
9593
target: x86_64
9694
command: build
9795
args: --release

0 commit comments

Comments
 (0)