Change 3.10 to '3.10'

This commit is contained in:
Luke Tainton 2022-06-25 21:58:16 +01:00
parent 751572bb34
commit 31435b51ec
No known key found for this signature in database
GPG Key ID: ABEE10849773E353

View File

@ -95,7 +95,7 @@ jobs:
- name: Setup Python ${{ matrix.python-version }} - name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: 3.10 python-version: "3.10"
# - name: Install dependencies # - name: Install dependencies
# run: pip install -r requirements.txt && pip install -r requirements-dev.txt # run: pip install -r requirements.txt && pip install -r requirements-dev.txt
- name: Install build dependencies - name: Install build dependencies