From f83222e06b87e7aa2032ca3ffcf0f21e331c59c0 Mon Sep 17 00:00:00 2001 From: Serge Smertin <259697+nfx@users.noreply.github.com> Date: Sat, 30 Mar 2024 15:08:46 +0100 Subject: [PATCH] fixed py caching Signed-off-by: Serge Smertin <259697+nfx@users.noreply.github.com> --- .github/workflows/downstreams.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/downstreams.yml b/.github/workflows/downstreams.yml index f8ff367a0..d49afd32d 100644 --- a/.github/workflows/downstreams.yml +++ b/.github/workflows/downstreams.yml @@ -20,13 +20,15 @@ permissions: pull-requests: write jobs: - backwards-compatibility: + compatibility: strategy: fail-fast: false matrix: downstream: - name: ucx org: databrickslabs + - name: blueprint + org: databrickslabs runs-on: ubuntu-latest steps: - name: Checkout @@ -38,7 +40,6 @@ jobs: uses: actions/setup-python@v4 with: cache: 'pip' - cache-dependency-path: '**/pyproject.toml' python-version: '3.10' - name: Install toolchain