This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 0aea648 Skip one version of Python for each test.
0aea648 is described below
commit 0aea648b4bf956b07a55007ebd4af4025decd6cb
Author: James Timmins <[email protected]>
AuthorDate: Wed Jul 8 13:26:07 2020 -0700
Skip one version of Python for each test.
Skip one version of Python for each test.
---
.github/workflows/ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8ea01a3..6818c81 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -243,7 +243,7 @@ ${{
hashFiles('requirements/requirements-python${{matrix.python-version}}.txt')
needs: [static-checks-1, static-checks-2, trigger-tests]
strategy:
matrix:
- python-version: [3.6, 3.7, 3.8]
+ python-version: [3.6, 3.7]
postgres-version: [9.6, 10]
test-type: [Core, Integration]
fail-fast: false
@@ -275,7 +275,7 @@ ${{
hashFiles('requirements/requirements-python${{matrix.python-version}}.txt')
needs: [static-checks-1, static-checks-2, trigger-tests]
strategy:
matrix:
- python-version: [3.6, 3.7, 3.8]
+ python-version: [3.7, 3.8]
mysql-version: [5.7]
test-type: [Core, Integration]
fail-fast: false
@@ -307,7 +307,7 @@ ${{
hashFiles('requirements/requirements-python${{matrix.python-version}}.txt')
needs: [static-checks-1, static-checks-2, trigger-tests]
strategy:
matrix:
- python-version: [3.6, 3.7, 3.8]
+ python-version: [3.6, 3.8]
test-type: [Core, Integration]
fail-fast: false
env: