This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Fix: Use `dora` cache key for Python CI job too
better-caching
Philipp Oppermann
2 years ago
parent
9cf543e5a3
commit
5fe6a530f9
Failed to extract signature
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save