From dee09039b707be13d2a351eaec88c03dfbe4f81a Mon Sep 17 00:00:00 2001 From: Leo Dirac Date: Thu, 10 Nov 2022 17:30:35 -0800 Subject: [PATCH] Trying to put py3.11 back in. Maybe it works now? --- .github/workflows/test-integ.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integ.yaml b/.github/workflows/test-integ.yaml index d3ecd4e5..1f9d23c4 100644 --- a/.github/workflows/test-integ.yaml +++ b/.github/workflows/test-integ.yaml @@ -5,7 +5,7 @@ jobs: run-tests: runs-on: ubuntu-20.04 strategy: - fail-fast: false + fail-fast: true matrix: python-version: [ #"3.6", # Default on Ubuntu18.04 but openapi-generator fails @@ -13,7 +13,7 @@ jobs: "3.8", "3.9", "3.10", - #"3.11", # Not passing tests. No useful error messages. + "3.11", ] env: # This is associated with the "sdk-integ-test" user, credentials on 1password