Skip to content

Commit

Permalink
Setup conda
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed May 24, 2024
1 parent 3b14b0a commit 677cf5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: conda-incubator/setup-miniconda@v2 # we need conda for asv env management
with:
python-version: "3.10"
activate-environment: asv-only # will activate this conda environment
- name: Install asv
shell: bash
shell: bash -l {0}
run: |
python -mpip install --upgrade pip
# install asv
python -mpip install asv
- name: Run asv check
shell: bash
shell: bash -l {0}
run: |
cd benchmarks
Expand Down

0 comments on commit 677cf5c

Please sign in to comment.