Change python version in automated testing
This commit is contained in:
parent
739b197e9a
commit
c9885976f6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/python-package-conda.yml
vendored
4
.github/workflows/python-package-conda.yml
vendored
|
|
@ -10,10 +10,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.9
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: 3.10
|
python-version: 3.9.7
|
||||||
- name: Add conda to system path
|
- name: Add conda to system path
|
||||||
run: |
|
run: |
|
||||||
# $CONDA is an environment variable pointing to the root of the miniconda directory
|
# $CONDA is an environment variable pointing to the root of the miniconda directory
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue