Skip to content

Commit

Permalink
Quote python-version
Browse files Browse the repository at this point in the history
  • Loading branch information
ptormene committed Jan 10, 2024
1 parent 1fd8e55 commit 0b4c61f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qgis_383.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: 🐍 Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.11
python-version: '3.11'
- name: ⏳ Clone engine and restore oqdata and docker container
run: |
set -x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qgis_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: 🐍 Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.11
python-version: '3.11'
- name: ⏳ Clone engine and restore oqdata and docker container
run: |
set -x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qgis_ltr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: 🐍 Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.11
python-version: '3.11'
- name: ⏳ Clone engine and restore oqdata and docker container
run: |
set -x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qgis_ltr_engine_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: 🐍 Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: ⏳ Clone engine and restore oqdata and docker container
run: |
set -x
Expand Down

0 comments on commit 0b4c61f

Please sign in to comment.