Skip to content

Commit 3d4f082

Browse files
authored
Remove setuptools installation for safety 3 (#128)
1 parent d92a153 commit 3d4f082

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip wheel
26-
# TODO: remove setuptools installation when safety==2.4.0 is released
27-
python -m pip install --upgrade safety setuptools
26+
python -m pip install --upgrade safety
2827
python -m pip install --editable .
2928
# Ignore 62044 / CVE-2023-5752, we're not using that pip or feature
3029
# Ignore 70612 / CVE-2019-8341, Jinja2 is a safety dep, not ours

0 commit comments

Comments
 (0)