We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5e1d8 commit 7f6afdaCopy full SHA for 7f6afda
.github/actions/build_pandas/action.yml
@@ -21,5 +21,5 @@ runs:
21
run: |
22
call micromamba activate test
23
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
24
- python -m pip install . --no-build-isolation -v
+ python -m pip install -e . --no-build-isolation -v
25
shell: cmd /C call {0}
0 commit comments