Skip to content

Commit

Permalink
Update unit-tests.yml -> upgrade conda, remove tar.bz requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
teald authored Mar 26, 2024
1 parent fb32ac1 commit 35ae848
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ jobs:
~/dragons_tests
key: ${{ runner.os }}-${{ env.CACHE_NUMBER }}

- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
channels: conda-forge
python-version: ${{ matrix.python-version }}
use-only-tar-bz2: true

- name: Conda info
shell: bash -l {0}
Expand Down

0 comments on commit 35ae848

Please sign in to comment.