Skip to content

Commit 7f6afda

Browse files
authored
Install in editable mode on Windows as well
1 parent 7a5e1d8 commit 7f6afda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build_pandas/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ runs:
2121
run: |
2222
call micromamba activate test
2323
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
24-
python -m pip install . --no-build-isolation -v
24+
python -m pip install -e . --no-build-isolation -v
2525
shell: cmd /C call {0}

0 commit comments

Comments
 (0)