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 b26032b commit e96dfd0Copy full SHA for e96dfd0
.github/workflows/microbiorust-py_benchmarks.yml
@@ -57,7 +57,7 @@ jobs:
57
fi
58
if [ -d "old_pages/results/github-runner/" ]; then
59
echo "restoring results from old_pages/results/github-runner"
60
- mkdir -p "$ASV_MACHINE_RESULTS_DIR}"
+ mkdir -p "${ASV_MACHINE_RESULTS_DIR}"
61
rsync -av old_pages/results/github-runner/ "${ASV_MACHINE_RESULTS_DIR}"
62
else
63
echo "No machine specific results found"
0 commit comments