Skip to content

Commit 9d98588

Browse files
committed
Fix for CI script
1 parent b4e9d51 commit 9d98588

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ permissions:
2121
jobs:
2222
linux:
2323
runs-on: ${{ matrix.platform.runner }}
24+
env:
25+
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1
2426
strategy:
2527
matrix:
2628
platform:
@@ -46,6 +48,8 @@ jobs:
4648

4749
windows:
4850
runs-on: ${{ matrix.platform.runner }}
51+
env:
52+
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1
4953
strategy:
5054
matrix:
5155
platform:

0 commit comments

Comments
 (0)