Browse Source

Fix: Use `dora` cache key for Python CI job too

better-caching
Philipp Oppermann 2 years ago
parent
commit
5fe6a530f9
Failed to extract signature
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/ci-python.yml

+ 1
- 1
.github/workflows/ci-python.yml View File

@@ -24,7 +24,7 @@ jobs:
- run: cargo --version --verbose
- uses: Swatinem/rust-cache@v2
with:
shared-key: ""
shared-key: "dora"

- name: "Python Dataflow example"
run: cargo run --example python-dataflow


Loading…
Cancel
Save