From 4508c3939dae152e23b898ca230320b95961a9c4 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Wed, 9 Aug 2023 23:19:10 -0700 Subject: [PATCH] verify error in 2023.8.0 --- .github/workflows/pytest.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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