We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d7858 commit d767811Copy full SHA for d767811
2 files changed
.github/workflows/ci_tests.yml
@@ -96,3 +96,6 @@ jobs:
96
uses: pypa/gh-action-pip-audit@v1.1.0
97
with:
98
inputs: ${{ github.workspace }}/requirements.txt ${{ github.workspace }}/.github/utils/requirements.txt
99
+ # Temporarily ignore pip vulnerability until we can upgrade to pip 25.3+
100
+ ignore-vulns: |
101
+ GHSA-4xh5-x5gv-qwph
{{ cookiecutter.project_slug }}/.github/workflows/ci_tests.yml
@@ -70,6 +70,9 @@ jobs:
70
71
72
inputs: ${{ runner.temp }}/requirements.txt
73
74
75
76
77
pytest:
78
name: pytest (${{ matrix.os[1] }}-py${{ matrix.python-version }})
0 commit comments