Skip to content

Commit

Permalink
Removed test from dist target
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Sep 1, 2023
1 parent 8aae617 commit 4bf9f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ doctest:
@rm -f plot.pdf plot.png roomTemperatures.png dymola.log MyModel.mat dslog.txt package.order \
run_simulate.mos run_translate.mos simulator.log translator.log

dist: clean doctest unittest doc
dist: clean doc
@# Make sure README.rst are consistent
cmp -s README.rst buildingspy/README.rst
python3 setup.py sdist bdist_wheel
Expand Down

0 comments on commit 4bf9f1a

Please sign in to comment.