Skip to content

Commit 255d049

Browse files
author
Nat Chin
authored
Use latest setuptools (#157)
1 parent fdd89a6 commit 255d049

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
@@ -26,7 +26,7 @@ jobs:
2626
python -m venv /tmp/pip-audit-env
2727
source /tmp/pip-audit-env/bin/activate
2828
29-
python -m pip install --upgrade pip
29+
python -m pip install --upgrade pip setuptools wheel
3030
python -m pip install .
3131
3232

0 commit comments

Comments
 (0)