From 6b1178c5dcc0fa12760f74540a3d9c7dc57b552c Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Wed, 13 Dec 2023 23:21:32 +0000 Subject: [PATCH] fixed tag name --- .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 77c6626b9..63023d162 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - test-version: [ "v.0.2" ] + test-version: [ "v0.0.2" ] py-version: [ 3.8 ] client-type: [ "Async v3", "Legacy" ] fail-fast: false