Skip to content

Commit f1b5dbc

Browse files
committed
testing
I suspect Github action is not caching properly. I see pip is upgraded to latest in previous step.
1 parent f81f85f commit f1b5dbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def audit(session, installable):
103103
"""
104104
Audit dependencies for vulnerabilities.
105105
"""
106+
session.run("python", "-m", "pip", "--version")
106107
session.install("pip-audit", installable)
107108
session.run("python", "-m", "pip_audit")
108109

0 commit comments

Comments
 (0)