Skip to content

Commit 6c5fcdf

Browse files
committed
[CI] Upgrade setuptools
1 parent 0a29adc commit 6c5fcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pip-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: "3.10"
2020
- name: Install Manticore
2121
run: |
22-
python -m pip install --upgrade pip
22+
python -m pip install --upgrade pip setuptools
2323
python -m pip install .
2424
- name: Run pip-audit
2525
uses: pypa/[email protected]

0 commit comments

Comments
 (0)