From 07996c7cca81b087b5c3c744a149461cebac3226 Mon Sep 17 00:00:00 2001 From: dcherian Date: Mon, 1 May 2023 11:53:45 -0600 Subject: [PATCH] [skip-ci]try setting temp dir --- .github/workflows/benchmarks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index b9a8d773c5a..41f074d0599 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -45,6 +45,8 @@ jobs: set -x # ID this runner asv machine --yes + export TMPDIR=$RUNNER_TEMP + printenv echo "Baseline: ${{ github.event.pull_request.base.sha }} (${{ github.event.pull_request.base.label }})" echo "Contender: ${GITHUB_SHA} (${{ github.event.pull_request.head.label }})" # Use mamba for env creation