Skip to content

Commit 2f89aa7

Browse files
authored
Remove context preparation steps from workflow
1 parent f29513f commit 2f89aa7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/bench-frontier.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,7 @@ jobs:
6262
uses: actions/checkout@v3
6363
with:
6464
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-
65+
7166
- name: Replace old SILO block in CMakeLists.txt
7267
run: |
7368
if [ -f master/toolchain/pyproject.toml ]; then

0 commit comments

Comments
 (0)