Skip to content

Commit

Permalink
upgrade python 3.7 to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sangttruong authored Aug 5, 2023
1 parent 594e63b commit fbd8106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: anaconda-client-env
environment-file: environment.yml
python-version: 3.7
python-version: 3.8
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
Expand Down

0 comments on commit fbd8106

Please sign in to comment.