We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32911c5 commit 09655cfCopy full SHA for 09655cf
scripts/test.sh
@@ -26,7 +26,8 @@ if [[ "$(uname)" == MINGW* ]]; then
26
cmd.exe /c install.bat
27
28
echo "***** Setup conda *****"
29
- echo "WINDIR: $WINDIR"
+ # Workaround a conda bug where it uses Unix style separators, but MinGW doesn't understand them
30
+ export PATH=$CONDA_PATH/Library/bin:$PATH
31
# shellcheck disable=SC1091
32
source "${CONDA_PATH}/Scripts/activate"
33
conda.exe config --set show_channel_urls true
0 commit comments