Skip to content

Commit

Permalink
Merge pull request #1230 from bendichter/multi_ci
Browse files Browse the repository at this point in the history
Multi ci
  • Loading branch information
pgunn authored Nov 16, 2023
2 parents a1b753b + f162a67 commit ae1d891
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
matrix:
python-version: ['3.9', '3.10', '3.11']
fail-fast: false

steps:
- uses: actions/checkout@v3
Expand All @@ -22,7 +25,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: '3.11'
python-version: ${{ matrix.python-version }}
environment-file: environment.yml
activate-environment: caiman

Expand Down

0 comments on commit ae1d891

Please sign in to comment.