Skip to content

Commit

Permalink
More CI tinkering
Browse files Browse the repository at this point in the history
  • Loading branch information
abondar committed Apr 28, 2024
1 parent dc57d28 commit aa429bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ build: deps
rm -fR dist/
poetry build

docs: deps
sphinx-build -M html docs/source/ docs/build/

test: deps
pytest example/demo/tests example/transport_network/tests

Expand Down

0 comments on commit aa429bf

Please sign in to comment.