Skip to content

Commit

Permalink
Test all Python versions >= 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Nov 7, 2024
1 parent e78ec46 commit 45ec4f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,18 @@ jobs:
shell: bash -l {0}
name: python-matrix
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: ftw
environment-file: env.yml
auto-activate-base: false
- name: Install Python version ${{ matrix.python-version }}
run: conda install python=${{ matrix.python-version }}
- name: Install Python dependencies
run: pip install -e .[dev]
- name: Download model
Expand Down

0 comments on commit 45ec4f5

Please sign in to comment.