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 453391d commit def289aCopy full SHA for def289a
.github/workflows/macos-test.yml
@@ -45,7 +45,7 @@ jobs:
45
shell: bash -l {0}
46
run: |
47
source ~/miniconda3/etc/profile.d/conda.sh
48
- if conda info --envs | grep -q base; then echo "base already exists"; else conda create -y -n pythainlpwork; fi
+ conda create -y -n pythainlpwork
49
conda activate pythainlpwork
50
conda info
51
conda list
0 commit comments