Add quotes to python version (#1878)

This commit is contained in:
Sampark Sharma
2023-01-03 13:42:22 +05:30
committed by GitHub
parent df35718fbb
commit 28a47a7bc4
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: '3.10'
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory