From de1f452d4b20abcb6357fbebbdf96a333c760b3d Mon Sep 17 00:00:00 2001 From: jesse Date: Mon, 1 Jul 2024 11:12:03 -0700 Subject: [PATCH] Oh I think the problem was the missing no-index --- .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 06bb610..2ac857f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: pip3 install -U pip pytest pytest-asyncio pytest-benchmark run: | set -e - pip3 install jsonc2json --find-links dist --force-reinstall + pip3 install jsonc2json --find-links dist --force-reinstall --no-index pytest windows: