Skip to content

Commit

Permalink
Change to unit test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stammler committed Dec 5, 2023
1 parent 95c91d2 commit 41823b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand All @@ -30,6 +30,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8 pytest
pip install -r requirements.txt
pip install --no-build-isolation --editable .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 41823b5

Please sign in to comment.