Skip to content

Commit

Permalink
fix: windows debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Jan 7, 2025
1 parent ab7dad9 commit 540ee7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conda/build.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
@echo on
echo "SP_DIR: %SP_DIR%"
echo "RECIPE_DIR: %RECIPE_DIR%"

dir %RECIPE_DIR%\..

mkdir %SP_DIR%\map2loop
copy %RECIPE_DIR%\..\dependencies.txt %SP_DIR%\map2loop\
%PYTHON% -m pip install . --no-deps

0 comments on commit 540ee7e

Please sign in to comment.