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 2684097  Brings back testing providers against 2.1.0 (#16006)
2684097 is described below

commit 26840970718228d1484142f0fe06f26bc91566cc
Author: Jarek Potiuk <[email protected]>
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.
---
 .github/workflows/ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1aa1107..c097be7 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

Reply via email to