upgrade setuptools

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-01-30 22:57:15 +01:00
parent 5dc9139e45
commit 7afbad216c
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ jobs:
python-version: 3.9 python-version: 3.9
- name: Install pip-audit - name: Install pip-audit
run: pip install --upgrade pip pip-audit run: pip install --upgrade pip pip-audit setuptools
- name: Install dependencies - name: Install dependencies
run: pip install . run: pip install .

View File

@ -22,7 +22,7 @@ jobs:
python-version: 3.9 python-version: 3.9
- name: Install pip-audit - name: Install pip-audit
run: pip install --upgrade pip pip-audit run: pip install --upgrade pip pip-audit setuptools
- name: Install dependencies - name: Install dependencies
run: pip install . run: pip install .