Skip to content

Commit

Permalink
fixed py caching
Browse files Browse the repository at this point in the history
Signed-off-by: Serge Smertin <[email protected]>
  • Loading branch information
nfx authored Mar 30, 2024
1 parent 9228fa8 commit f83222e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/downstreams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f83222e

Please sign in to comment.