Skip to content

Commit 09655cf

Browse files
authored
Workaround a conda bug
1 parent 32911c5 commit 09655cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ if [[ "$(uname)" == MINGW* ]]; then
2626
cmd.exe /c install.bat
2727

2828
echo "***** Setup conda *****"
29-
echo "WINDIR: $WINDIR"
29+
# Workaround a conda bug where it uses Unix style separators, but MinGW doesn't understand them
30+
export PATH=$CONDA_PATH/Library/bin:$PATH
3031
# shellcheck disable=SC1091
3132
source "${CONDA_PATH}/Scripts/activate"
3233
conda.exe config --set show_channel_urls true

0 commit comments

Comments
 (0)