From 39df759f5772a8410c7bfceb37f1cdb0d31a61f1 Mon Sep 17 00:00:00 2001 From: Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com> Date: Thu, 20 Feb 2020 21:40:00 +0100 Subject: [PATCH] Switched to python 3.6 as minimum version, and remove paths condition on PR trigger --- .github/workflows/cli_setup.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cli_setup.yml b/.github/workflows/cli_setup.yml index 789ea3a..d9dd02d 100644 --- a/.github/workflows/cli_setup.yml +++ b/.github/workflows/cli_setup.yml @@ -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