Skip to content

Commit

Permalink
Use action with old version of conda
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed May 24, 2024
1 parent d82c6c0 commit cd1df86
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,12 @@ jobs:
- name: Checkout brainglobe-workflows repository
uses: actions/checkout@v4

- name: Create and activate conda environment
uses: conda-incubator/setup-miniconda@v2 # we need conda for asv env management
- name: Create and activate conda environment # we need conda for asv management of environments
uses: conda-incubator/setup-miniconda@v2.1.1 # see https://github.com/conda-incubator/setup-miniconda/issues/261
with:
miniconda-version: py310_24.1.2-0 # we need conda<24.3, see https://github.com/airspeed-velocity/asv/pull/1397
python-version: ${{ matrix.python-version }}
activate-environment: asv-only # will activate this conda environment
activate-environment: asv-only

- name: Install asv
shell: bash -l {0}
Expand Down

0 comments on commit cd1df86

Please sign in to comment.