From 8d11c6845de39015a0f5e8edca08cac2a5f61769 Mon Sep 17 00:00:00 2001 From: Caleb Brown Date: Mon, 15 Jan 2024 23:28:44 +0000 Subject: [PATCH] Disable TestPyPIArtifactsLive temporarily until #417 is fixed. Signed-off-by: Caleb Brown --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e0467b3..4dcc5cc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: go-version: '1.20' - name: Run tests - run: go test -v ./... + run: go test -v -skip TestPyPIArtifactsLive ./... build-verify: runs-on: ubuntu-latest