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 79695e5 commit ecbd13aCopy full SHA for ecbd13a
.github/workflows/benchmarks.yml
@@ -45,6 +45,8 @@ jobs:
45
set -x
46
# ID this runner
47
asv machine --yes
48
+ export TMPDIR=$RUNNER_TEMP
49
+ printenv
50
echo "Baseline: ${{ github.event.pull_request.base.sha }} (${{ github.event.pull_request.base.label }})"
51
echo "Contender: ${GITHUB_SHA} (${{ github.event.pull_request.head.label }})"
52
# Use mamba for env creation
0 commit comments