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:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python 3.10
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: 3.10
|
||||
python-version: 3.9.7
|
||||
- name: Add conda to system path
|
||||
run: |
|
||||
# $CONDA is an environment variable pointing to the root of the miniconda directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue