Skip to content

Commit 07996c7

Browse files
committed
[skip-ci]try setting temp dir
1 parent 79695e5 commit 07996c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
set -x
4646
# ID this runner
4747
asv machine --yes
48+
export TMPDIR=$RUNNER_TEMP
49+
printenv
4850
echo "Baseline: ${{ github.event.pull_request.base.sha }} (${{ github.event.pull_request.base.label }})"
4951
echo "Contender: ${GITHUB_SHA} (${{ github.event.pull_request.head.label }})"
5052
# Use mamba for env creation

0 commit comments

Comments
 (0)