Skip to content

Commit

Permalink
Adding numpy to win_wat.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jan 22, 2020
1 parent 1068c43 commit 2b5ade0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,5 +597,6 @@ def clean(session):

@nox.session(py=DEFAULT_INTERPRETER)
def win_wat(session):
session.install(DEPS["numpy"])
install_bezier(session, debug=True)
session.run("python", get_path("win_wat.py"))

0 comments on commit 2b5ade0

Please sign in to comment.