Skip to content

Commit

Permalink
miniconda helper update
Browse files Browse the repository at this point in the history
  • Loading branch information
william-dawson committed Jun 19, 2024
1 parent b1ca2f5 commit ed2d707
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
- name: setup environment
run: bash -l UnitTests/before_install.sh
env:
Expand Down

0 comments on commit ed2d707

Please sign in to comment.