Skip to content

Commit

Permalink
See if updating to latest github actions for CI is easy (maybe will f…
Browse files Browse the repository at this point in the history
…ix environment file selection?)
  • Loading branch information
pgunn committed May 3, 2024
1 parent f070226 commit 084e44a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Conda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
environment-file: environment-minimal.yml
activate-environment: caiman
conda-solver: libmamba

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

0 comments on commit 084e44a

Please sign in to comment.