Change python version in automated testing

This commit is contained in:
Rasmus Vester Thøgersen 2022-04-07 14:24:57 +02:00 committed by GitHub
parent 739b197e9a
commit c9885976f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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