Skip to content

Commit

Permalink
try setting temp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed May 1, 2023
1 parent 79695e5 commit ecbd13a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecbd13a

Please sign in to comment.