Skip to content

Commit c3cc3df

Browse files
committed
got back to pip install version
1 parent 4d57c82 commit c3cc3df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/build_pandas/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ runs:
3030
else
3131
EDITABLE=""
3232
fi
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
33+
pip install $EDITABLE . --no-build-isolation -v --no-deps -Csetup-args="-Werror" -Csetup-args="-Wno-error=unused-parameter"
3534
shell: bash -el {0}

0 commit comments

Comments
 (0)