python: update to use python 3.10

Signed-off-by: Rui Chen <[email protected]>
This commit is contained in:
Rui Chen
2021-10-20 00:02:48 -04:00
parent 700743e332
commit e6620ddc5b
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -10,10 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.10
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory