We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71250b commit 5deb5d9Copy full SHA for 5deb5d9
.github/actions/build_pandas/action.yml
@@ -29,5 +29,5 @@ runs:
29
else
30
EDITABLE=""
31
fi
32
- pip install $EDITABLE . --no-build-isolation -v --no-deps -Ccompile-args="-Werror"
+ pip install $EDITABLE . --no-build-isolation -v --no-deps -Csetup-args="-Werror"
33
shell: bash -el {0}
0 commit comments