Skip to content

Commit

Permalink
ci: change use python to python3 (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljelly committed Jan 5, 2022
1 parent e434edd commit d3bbcba
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 @@ -46,7 +46,7 @@ build:
make --directory=aw-client build
make --directory=aw-core build
# Needed to ensure that the server has the correct version set
python -c "import aw_server; print(aw_server.__version__)"
python3 -c "import aw_server; print(aw_server.__version__)"


# Install
Expand Down

0 comments on commit d3bbcba

Please sign in to comment.