Skip to content

Commit

Permalink
run different python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusCausemann authored Dec 18, 2024
1 parent bc83507 commit 947b974
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, macOS-13, windows-2019]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
config: [Debug, Release]
include:
- os: ubuntu-22.04
Expand All @@ -47,7 +48,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
channels: conda-forge
python-version: 3.7
python-version: ${{ matrix.python-version }}
channel-priority: true
activate-environment: test-env

Expand Down

0 comments on commit 947b974

Please sign in to comment.