You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/12/02 23:29:19 UTC

[airflow] 09/33: Fix broken CI.yml (#12454)

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

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

commit b9bae437af4aaeab0070a2a73df428a2a3f512de
Author: Jarek Potiuk <ja...@polidea.com>
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