Skip to content

Commit def289a

Browse files
authored
Update macos-test.yml
1 parent 453391d commit def289a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
shell: bash -l {0}
4646
run: |
4747
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
48+
conda create -y -n pythainlpwork
4949
conda activate pythainlpwork
5050
conda info
5151
conda list

0 commit comments

Comments
 (0)