Skip to content

Commit

Permalink
Added 3.12 to test matrix (won't pass until we have released version …
Browse files Browse the repository at this point in the history
…that supports 3.12)
  • Loading branch information
stefanhellander committed Jun 5, 2024
1 parent 69a7a71 commit 210416b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: "integration tests"

on:
on:
push:
branches:
- master
- develop
- 'release/**'
- master
- develop
- "release/**"
pull_request:
branches:
- '**'
- "**"

jobs:
integration-tests:
Expand All @@ -17,7 +17,7 @@ jobs:
to_test:
- "mnist-keras numpyhelper"
- "mnist-pytorch numpyhelper"
python_version: ["3.8","3.9","3.10", "3.11"]
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os:
- ubuntu-22.04
runs-on: ${{ matrix.os }}
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python_version }}

- name: run ${{ matrix.to_test }}
run: .ci/tests/examples/run.sh ${{ matrix.to_test }}

Expand Down

0 comments on commit 210416b

Please sign in to comment.