Skip to content

Commit c65a422

Browse files
committed
build: Only set features for x68-64
1 parent 4197fa1 commit c65a422

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
[[ "$VERSION" == "${COMPAT_VERSION[2]}" ]] || (echo "Incorrect rtcompat version" && exit 1)
7777
7878
- name: Update features in PLR
79+
if: matrix.architecture == 'x86-64'
7980
env:
8081
PLR_PATH: py-polars/polars/_plr.py
8182
run: |

0 commit comments

Comments
 (0)