diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 3dfc1c1..6b22dae 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -6,11 +6,10 @@ on: - main - develop -# Define matrix of Python versions (3.10, 3.11, 3.12) - jobs: test: runs-on: ubuntu-latest + strategy: matrix: python-version: [3.10, 3.11, 3.12] @@ -19,7 +18,6 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - # Use matrix of Python versions (3.10, 3.11, 3.12) - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v3 with: