mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-24 14:35:45 +00:00
upgrade setuptools
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
5dc9139e45
commit
7afbad216c
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -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 .
|
||||||
|
|||||||
2
.github/workflows/audit.yml
vendored
2
.github/workflows/audit.yml
vendored
@ -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 .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user