Skip to content

Commit

Permalink
python: silent poetry install in run script
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Sep 23, 2024
1 parent f457ed0 commit 79664d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/othello_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ check_and_set_python
update_version_information

# Pass arguments to program
poetry install
poetry install --sync --quiet
poetry run python othello/othello.py "$@"

0 comments on commit 79664d9

Please sign in to comment.