We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29513f commit 2f89aa7Copy full SHA for 2f89aa7
.github/workflows/bench-frontier.yml
@@ -62,12 +62,7 @@ jobs:
62
uses: actions/checkout@v3
63
with:
64
path: pr
65
-
66
- - name: Prepare context
67
- run: |
68
- cp pr/toolchain/dependencies/Silo.patch master/toolchain/dependencies/Silo.patch
69
- cp pr/.github/scripts/run_parallel_benchmarks.sh master/.github/scripts/run_parallel_benchmarks.sh
70
+
71
- name: Replace old SILO block in CMakeLists.txt
72
run: |
73
if [ -f master/toolchain/pyproject.toml ]; then
0 commit comments