fix(bin): nox -s update_proj didn't work
This commit is contained in:
committed by
Henry Schreiner
parent
68e47e4fcb
commit
967d043895
Executable → Regular
+1
-1
@@ -59,7 +59,7 @@ def update_proj(session):
|
|||||||
Update the README inplace.
|
Update the README inplace.
|
||||||
"""
|
"""
|
||||||
session.install("-e", ".[bin]")
|
session.install("-e", ".[bin]")
|
||||||
session.run("./bin/projects.py", "docs/data/projects.yml", "--readme=README.md")
|
session.run("python", "bin/projects.py", "docs/data/projects.yml", "--readme=README.md")
|
||||||
|
|
||||||
|
|
||||||
@nox.session
|
@nox.session
|
||||||
|
|||||||
Reference in New Issue
Block a user