Skip to content

Commit 6ef63ec

Browse files
committed
fix: fix python github action in linux
Signed-off-by: zongz <[email protected]>
1 parent 68b5c22 commit 6ef63ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ on:
2323
permissions:
2424
contents: read
2525

26+
env:
27+
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1
28+
2629
jobs:
2730
sdist:
2831
runs-on: ubuntu-latest
@@ -79,8 +82,6 @@ jobs:
7982

8083
macos:
8184
runs-on: macos-latest
82-
env:
83-
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1
8485
steps:
8586
- uses: actions/checkout@v4
8687
- uses: PyO3/maturin-action@v1

0 commit comments

Comments
 (0)