Skip to content

Commit

Permalink
Removed useless pip install (already in requirements file)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Sep 7, 2022
1 parent 9050569 commit 10e5b22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def flake8(session: PowerSession):
"""Launch flake8 qualimetry."""

session.install("-r", str(Folders.ci_tools / "flake8-requirements.txt"))
session.install("genbadge[flake8]")
session.run2("pip install .")

rm_folder(Folders.flake8_reports)
Expand Down

0 comments on commit 10e5b22

Please sign in to comment.