diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index e77b396d..e65eb673 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -30,16 +30,14 @@ jobs: core-version: "2023.5.2" - python-version: "3.11" core-version: "2023.6.1" + - python-version: "3.11" + core-version: "2023.7.3" + - python-version: "3.11" + core-version: "2023.8.0b0" - python-version: "3.11" core-version: "2023.8.0" - python-version: "3.11" core-version: "dev" - - python-version: "3.11" - core-version: "42bca0f94a393ed841f03f7d60d99d2881851b47" - - python-version: "3.11" - core-version: "00e78fbf192c8c9b197cbdfa5638160935eff385" - - python-version: "3.11" - core-version: "3f5a21dce41907616a82e3c36449e8992cf48636" steps: - name: Check out code from GitHub uses: actions/checkout@v3