Quote Python versions

This commit is contained in:
Bruno Alla 2021-11-19 21:52:04 +00:00
parent 57b7623225
commit b0dbee3c17
5 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install -U pip
@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.9"
- name: Docker ${{ matrix.script.name }}
run: sh tests/test_docker.sh ${{ matrix.script.args }}

View File

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2.2.2
with:
python-version: 3.9
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip

View File

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.9"
- name: Install pre-commit
run: pip install pre-commit

View File

@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip

View File

@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip