fix(bin): nox -s update_proj didn't work

This commit is contained in:
Henry Schreiner
2021-06-21 14:49:47 -04:00
committed by Henry Schreiner
parent 68e47e4fcb
commit 967d043895
2 changed files with 1 additions and 1 deletions
Executable → Regular
View File
+1 -1
View File
@@ -59,7 +59,7 @@ def update_proj(session):
Update the README inplace.
"""
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