diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index fa48e1f03..f9851c273 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -87,9 +87,9 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/setup-project - name: Create requirements.txt - run: poetry export --output requirements.txt + run: poetry export --output requirements_tmp.txt - name: Filter requirements.txt - run: grep -v "oscrypto@ git" requirements.txt > requirements.txt + run: grep -v "oscrypto@ git" requirements_tmp.txt > requirements.txt - uses: pypa/gh-action-pip-audit@v1.0.8 with: inputs: requirements.txt