Skip to content

Commit 4d57c82

Browse files
committed
use wheel command?
1 parent 29dda9f commit 4d57c82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/build_pandas/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ runs:
3030
else
3131
EDITABLE=""
3232
fi
33-
pip install $EDITABLE . --no-build-isolation -v --no-deps -Csetup-args="-Werror" -Csetup-args="-Wno-error=unused-parameter"
33+
pip wheel $EDITABLE --no-build-isolation -v --no-deps --config-settings=setup-args="-Werror" --config-settings=setup-args="-Wno-error=unused-parameter" --wheel-dir=/tmp/wheelhouse .
34+
pip install --no-index --find-links=/tmp/wheelhouse pandas
3435
shell: bash -el {0}

0 commit comments

Comments
 (0)