Skip to content

Commit

Permalink
Update macos-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong authored Nov 14, 2023
1 parent def289a commit a319d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
shell: bash -l {0}
run: |
source ~/miniconda3/etc/profile.d/conda.sh
conda create -y -n pythainlpwork
conda activate pythainlpwork
conda create -y -n pythainlpwork38 python=3.8
conda activate pythainlpwork38
conda info
conda list
python -m pip install --upgrade pip
Expand Down

0 comments on commit a319d08

Please sign in to comment.