Skip to content

Commit

Permalink
Activate environment
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed May 24, 2024
1 parent 677cf5c commit 4021893
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,16 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2 # we need conda for asv env management
with:
activate-environment: asv-only # will activate this conda environment
- name: Install asv

- name: Install asv
shell: bash -l {0}
run: |
python -mpip install --upgrade pip
conda activate asv-only
# install asv
python -mpip install --upgrade pip
python -mpip install asv
- name: Run asv check
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 4021893

Please sign in to comment.