mirror of
https://github.com/qmk/qmk_cli.git
synced 2026-08-03 07:46:45 -04:00
Switched to python 3.6 as minimum version, and remove paths condition on PR trigger
This commit is contained in:
committed by
skullydazed
parent
b694c4284d
commit
39df759f57
@@ -5,14 +5,6 @@ on:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
paths:
|
||||
- 'qmk_cli/**'
|
||||
- 'milc.py'
|
||||
- 'qmk'
|
||||
- 'requirements.txt'
|
||||
- '.github/workflows/setup_and_doctor.yml'
|
||||
- 'setup.cfg'
|
||||
- 'setup.py'
|
||||
|
||||
jobs:
|
||||
test_cli_linux_macos:
|
||||
@@ -22,7 +14,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest]
|
||||
python-version: [3.5, 3.6, 3.7, 3.8]
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@@ -51,7 +43,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.5, 3.8]
|
||||
python-version: [3.6, 3.8]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
Reference in New Issue
Block a user