Skip to content

Commit

Permalink
Run Actions in parallel and smaller python version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Oct 26, 2023
1 parent 64070a0 commit cfce973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.12"]

steps:
- uses: actions/checkout@v4
Expand All @@ -20,7 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install .
python -m pip install pytest
python -m pip install pytest pytest-xdist
- name: Test with pytest
run: |
pytest
pytest -n 4

0 comments on commit cfce973

Please sign in to comment.