Update testing.yml - python version in quotes

pull/328/head
evelynmitchell 1 year ago committed by GitHub
parent 300f26880e
commit efef80471b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"
- name: Install dependencies
run: |

Loading…
Cancel
Save