From 3a326a526b3783935e210c31a3af3a850f6e9e94 Mon Sep 17 00:00:00 2001 From: tcely Date: Sun, 18 May 2025 00:29:50 -0400 Subject: [PATCH] Do not output hashes --- .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 d61d9ece..690354b2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -97,7 +97,7 @@ jobs: uv --no-config --no-managed-python --no-progress -v \ pip install --system --strict pipenv PIPENV_VERBOSITY=64 pipenv lock - PIPENV_VERBOSITY=64 pipenv requirements --hash > requirements.txt + PIPENV_VERBOSITY=64 pipenv requirements > requirements.txt cat -v -n requirements.txt uv --no-config --no-managed-python --no-progress -v \ pip install --system --strict --requirements requirements.txt