Skip to content

Commit

Permalink
Use only python 3.11 unit tests in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcad committed Dec 18, 2024
1 parent 6e286af commit c5a0c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
test-type: ["unit", "acceptance"]
python-version: ["3.11"]
test-type: ["unit"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit c5a0c5f

Please sign in to comment.