aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/core.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/core.yml')
-rw-r--r--.github/workflows/core.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml
index abf7739eb..be932275a 100644
--- a/.github/workflows/core.yml
+++ b/.github/workflows/core.yml
@@ -9,11 +9,13 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-18.04]
- python-version: [3.6, 3.7, 3.8, 3.9, pypy-3.6, pypy-3.7]
+ # py3.9 is in quick-test
+ python-version: [3.7, 3.8, pypy-3.6, pypy-3.7]
run-tests-ext: [sh]
include:
+ # atleast one of the tests must be in windows
- os: windows-latest
- python-version: 3.4 # Windows x86 build is still in 3.4
+ python-version: 3.6
run-tests-ext: bat
steps:
- uses: actions/checkout@v2