Add quotes to python version (#1878)
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Set up Python 3.10
|
- name: Set up Python 3.10
|
||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: 3.10
|
python-version: '3.10'
|
||||||
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user