Skip to content

Commit

Permalink
update asv-bencnhmarking.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed May 16, 2024
1 parent f864eaf commit 77fde7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/asv-benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: "24.1.2-0"
activate-environment: asv-bench
activate-environment: asv

- name: Get date
id: get-date
Expand All @@ -57,7 +57,7 @@ jobs:

- name: Update environment
run:
conda env update -n asv-bench -f
conda env update -n asv -f
./ci/asv.yml
if: steps.cache.outputs.cache-hit != 'true'

Expand Down

0 comments on commit 77fde7b

Please sign in to comment.