From 722b67e93aa3c9ee3eeb4bed29db61cf60706e06 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 31 Aug 2023 11:43:33 -0700 Subject: [PATCH] try without hashes --- .github/workflows/daily_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily_checks.yml b/.github/workflows/daily_checks.yml index cd2fee92f..661532561 100644 --- a/.github/workflows/daily_checks.yml +++ b/.github/workflows/daily_checks.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v3 - uses: ./.github/actions/setup-project - name: Create requirements.txt - run: poetry export --format=requirements.txt > requirements.txt + run: poetry export --without-hashes --format=requirements.txt > requirements.txt - uses: pypa/gh-action-pip-audit@v1.0.6 with: inputs: requirements.txt