From 4e3d92faa2bf0a706b753a17d0f7770688324a4b Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Wed, 18 Dec 2024 13:50:26 -0800 Subject: [PATCH] run against HEAD --- .github/workflows/conformance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index d3df5f7e1..347faf1dc 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - test-version: [ "v0.0.2" ] + test-version: [ "HEAD" ] py-version: [ 3.8 ] client-type: [ "async", "sync" ] include: