Skip to content

Commit a319d08

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
shell: bash -l {0}
4646
run: |
4747
source ~/miniconda3/etc/profile.d/conda.sh
48-
conda create -y -n pythainlpwork
49-
conda activate pythainlpwork
48+
conda create -y -n pythainlpwork38 python=3.8
49+
conda activate pythainlpwork38
5050
conda info
5151
conda list
5252
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)