Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
travishathaway authored Jan 8, 2025
1 parent af5c4f8 commit 2abc6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion develop.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off

SET "CONDA_ENV_DIR=%CD%\env"
@SET "CONDA_ENV_DIR=%CD%\env"
@SET "_CONDABAT=%CONDA_ENV_DIR%\condabin\conda.bat"

@CALL conda "create" "-p" "%CONDA_ENV_DIR%" "--file" "tests\requirements.txt" "--file" "tests\requirements-ci.txt" "--yes"
Expand Down

0 comments on commit 2abc6d2

Please sign in to comment.