Skip to content

Commit 4f6f5f9

Browse files
mroeschkeWillAyd
andauthored
Update .github/actions/build_pandas/action.yml
Co-authored-by: William Ayd <[email protected]>
1 parent 5deb5d9 commit 4f6f5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build_pandas/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ runs:
2929
else
3030
EDITABLE=""
3131
fi
32-
pip install $EDITABLE . --no-build-isolation -v --no-deps -Csetup-args="-Werror"
32+
pip install $EDITABLE . --no-build-isolation -v --no-deps -Csetup-args="--werror"
3333
shell: bash -el {0}

0 commit comments

Comments
 (0)