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 def289a commit a319d08Copy full SHA for a319d08
.github/workflows/macos-test.yml
@@ -45,8 +45,8 @@ jobs:
45
shell: bash -l {0}
46
run: |
47
source ~/miniconda3/etc/profile.d/conda.sh
48
- conda create -y -n pythainlpwork
49
- conda activate pythainlpwork
+ conda create -y -n pythainlpwork38 python=3.8
+ conda activate pythainlpwork38
50
conda info
51
conda list
52
python -m pip install --upgrade pip
0 commit comments