File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1515 run : |
1616 export DIFFERENTIAL_VERSION=$(cargo metadata --format-version 1 | jq -r '.packages[] | select(.name == "differential-dataflow") | .version')
1717 export TIMELY_VERSION=$(cargo metadata --format-version 1 | jq -r '.packages[] | select(.name == "timely") | .version')
18- sed -i "s/^differential-dataflow = .*/differential = \"$DIFFERENTIAL_VERSION\"/" mdbook/src/chapter_0/chapter_0_0.md
19- sed -i "s/^timely = .*/timely = \"$TIMELY_VERSION\"/" mdbook/src/chapter_0/chapter_0_0.md
18+ sed -i "s/^differential-dataflow = .*/differential = \"= $DIFFERENTIAL_VERSION\"/" mdbook/src/chapter_0/chapter_0_0.md
19+ sed -i "s/^timely = .*/timely = \"= $TIMELY_VERSION\"/" mdbook/src/chapter_0/chapter_0_0.md
2020 - run : cd mdbook && mdbook build
2121 - uses : JamesIves/github-pages-deploy-action@v4
2222 with :
Original file line number Diff line number Diff line change @@ -25,10 +25,13 @@ jobs:
2525 [patch.crates-io]
2626 timely = { git = "https://github.com/TimelyDataflow/timely-dataflow" }
2727 EOF
28+ - name : Cargo upgrade
29+ run : |
30+ cargo install cargo-edit
31+ cargo upgrade -p timely --incompatible
2832 - name : Cargo check against Timely master
2933 run : cargo check --all-targets
3034 - name : Cargo test against Timely master
31- working-directory : timely_master
3235 run : cargo test
3336
3437 notify :
You can’t perform that action at this time.
0 commit comments