Skip to content

Commit

Permalink
Merge branch '3.2.x_deps' into release/3.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Mar 26, 2024
2 parents 47f3a48 + 35ae848 commit 85ed49a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2

- name: Cache conda packages and test files
uses: actions/cache@v2
uses: actions/cache@v4
env:
# Increase this value to reset cache
CACHE_NUMBER: 0
Expand All @@ -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 All @@ -53,4 +52,4 @@ jobs:
- name: Run Tox
shell: bash -l {0}
run: |
tox -e py310-unit -v -r
tox -r -e py310-unit -v

0 comments on commit 85ed49a

Please sign in to comment.