Skip to content

Commit

Permalink
add bat
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored Jun 18, 2023
1 parent aef55fe commit 553e02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [[ "$(uname)" == MINGW* ]]; then
# Workaround a conda bug where it uses Unix style separators, but MinGW doesn't understand them
export PATH=$CONDA_PATH/Library/bin:$PATH
# shellcheck disable=SC1091
source "${CONDA_PATH}/Scripts/activate"
source "${CONDA_PATH}/Scripts/activate.bat"
conda.exe config --set show_channel_urls true

echo "***** Print conda info *****"
Expand Down

0 comments on commit 553e02c

Please sign in to comment.