mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fix python 3.10 in default action
This commit is contained in:
parent
6456e64328
commit
880205dbc8
6
.github/workflows/default.yml
vendored
6
.github/workflows/default.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.10
|
||||
python-version: '3.10'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.10
|
||||
python-version: '3.10'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
@ -45,7 +45,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
python-version: [3.6, 3.7, 3.8, 3.9, 3.10]
|
||||
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
python-version: 3.6
|
||||
|
Loading…
x
Reference in New Issue
Block a user