Skip to content

Commit e96dfd0

Browse files
authored
Update microbiorust-py_benchmarks.yml
syntax error
1 parent b26032b commit e96dfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/microbiorust-py_benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fi
5858
if [ -d "old_pages/results/github-runner/" ]; then
5959
echo "restoring results from old_pages/results/github-runner"
60-
mkdir -p "$ASV_MACHINE_RESULTS_DIR}"
60+
mkdir -p "${ASV_MACHINE_RESULTS_DIR}"
6161
rsync -av old_pages/results/github-runner/ "${ASV_MACHINE_RESULTS_DIR}"
6262
else
6363
echo "No machine specific results found"

0 commit comments

Comments
 (0)