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 0a29adc commit 6c5fcdfCopy full SHA for 6c5fcdf
.github/workflows/pip-audit.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: "3.10"
20
- name: Install Manticore
21
run: |
22
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip setuptools
23
python -m pip install .
24
- name: Run pip-audit
25
uses: pypa/[email protected]
0 commit comments