From 3fe1b54b33bec204b808ecbbd99d21490929209c Mon Sep 17 00:00:00 2001 From: tcely Date: Sun, 18 May 2025 01:18:49 -0400 Subject: [PATCH] Try without explicit `pipenv lock` --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3aa4d49b..65c3f87c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -96,7 +96,7 @@ jobs: python -m pip install uv uv --no-config --no-managed-python --no-progress \ pip install --system --strict pipenv - pipenv lock + #pipenv lock pipenv requirements | tee requirements.txt #PIPENV_VERBOSITY=64 pipenv install --system --skip-lock uv --no-config --no-managed-python --no-progress \