diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 21957d7a..bb36b419 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -12,15 +12,15 @@ jobs: matrix: os: [windows-latest, ubuntu-20.04, ubuntu-latest] python-version: ["3.7", "3.11"] - full-test: - - ${{ contains(github.ref, 'master') || contains(github.ref, 'main') || startsWith(github.ref, 'refs/heads/release-v') }} - include: - - full-test: true - python-version: "3.10" - - full-test: true - python-version: "3.9" - - full-test: true - python-version: "3.8" + # full-test: + # - ${{ contains(github.ref, 'master') || contains(github.ref, 'main') || startsWith(github.ref, 'refs/heads/release-v') }} + # include: + # - full-test: true + # python-version: "3.10" + # - full-test: true + # python-version: "3.9" + # - full-test: true + # python-version: "3.8" runs-on: ${{ matrix.os }} # Steps represent a sequence of tasks that will be executed as part of the job