You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/06/22 19:24:46 UTC

[airflow] 08/47: Brings back testing providers against 2.1.0 (#16006)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 602550aea6962a49d079247350bc1ca5a9ce1beb
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Sun May 23 17:35:40 2021 +0200

    Brings back testing providers against 2.1.0 (#16006)
    
    We temporarily disabled testing of providers against Airflow 2.1.0
    until it gets released. New providers are going to be 2.1+
    compatible only so we stopped testing them against 2.0.0.
    
    This PR restores the tests.
    
    (cherry picked from commit 26840970718228d1484142f0fe06f26bc91566cc)
---
 .github/workflows/ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 11816e6..8f1397a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -557,7 +557,6 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
         env:
           USE_AIRFLOW_VERSION: "2.1.0"
           PACKAGE_FORMAT: "wheel"
-        if: false
 
   prepare-test-provider-packages-sdist:
     timeout-minutes: 40