Skip to content

Commit 5deb5d9

Browse files
committed
Use csetup-args
1 parent e71250b commit 5deb5d9

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 -Ccompile-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)