Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
h0anle committed Sep 26, 2024
1 parent ecb9d9b commit 31ff570
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.12"]

steps:
- name: Checkout code
Expand All @@ -33,6 +33,10 @@ jobs:
python -m pip install PySide6
python -m pip install pytest
- name: installed packages
run: |
pip list
- name: Run tests
run: |
python -m pytest tests/

0 comments on commit 31ff570

Please sign in to comment.