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

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

commit c6021cbffe296a2e561341d9c47b4d388d6f679a
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Nov 18 17:34:00 2020 +0100

    Fix broken CI.yml (#12454)
    
    The PR #12417 broke CI.yaml accidentally. This PR fixes it.
    
    (cherry picked from commit 93b327051605fb9cd9bebf77802090482b246013)
---
 .github/workflows/ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5aadfd0..5931135 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -638,6 +638,7 @@ jobs:
         with:
           path: ".build/.kubernetes_venv*"
           key: "venv-${{ env.cache-name }}-${{ github.job }}-${{ 
hashFiles('setup.py') }}\
+-${{ hashFiles('setup.cfg') }}\
 -${{ needs.build-info.outputs.defaultPythonVersion }}"
       - name: "Cache bin folder with tools for kubernetes testing"
         uses: actions/cache@v2

Reply via email to