Skip to content

Commit 11e946b

Browse files
authored
Update microbiorust-py_benchmarks.yml
1 parent 78d4e7b commit 11e946b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/microbiorust-py_benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
run: |
4747
if [ -d "old_pages/results/github-runner/" ]; then
4848
echo "Restoring previous benchmark results..."
49-
mkdir -p microbiorust-py/.asv/results
50-
cp -r old_pages/results/github-runner/* microbiorust-py/.asv/results/
49+
mkdir -p microbiorust-py/.asv/results/github-runner/
50+
cp -r old_pages/results/github-runner/* microbiorust-py/.asv/results/github-runner/
5151
else
5252
echo "No previous results found. Starting fresh."
5353
fi

0 commit comments

Comments
 (0)