Skip to content

Commit

Permalink
increase conda verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed May 1, 2023
1 parent da076e6 commit 5ea52f7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
cache-env-key: "${{runner.os}}-${{runner.arch}}-py${{env.PYTHON_VERSION}}-${{env.TODAY}}-${{hashFiles(env.CONDA_ENV_FILE)}}-benchmark"
extra-specs: |
asv
mamba
- name: Run benchmarks
Expand All @@ -47,12 +46,12 @@ jobs:
# ID this runner
asv machine --yes
export TMPDIR=$RUNNER_TEMP
printenv
export CONDA_VERBOSITY=3
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
export CONDA_EXE=$(which mamba)
# export CONDA_EXE=$(which conda)
# export CONDA_EXE=$(which mamba)
export CONDA_EXE=$(which conda)
# Run benchmarks for current commit against base
ASV_OPTIONS="--split --show-stderr --factor $ASV_FACTOR"
asv continuous $ASV_OPTIONS ${{ github.event.pull_request.base.sha }} ${GITHUB_SHA} \
Expand Down

0 comments on commit 5ea52f7

Please sign in to comment.