Skip to content

Commit

Permalink
build missing
Browse files Browse the repository at this point in the history
  • Loading branch information
ross committed Apr 18, 2024
1 parent 632323f commit 668a244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/cibuild-setup-py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo "## create test venv ######################################################
TMP_DIR=$(mktemp -d -t ci-XXXXXXXXXX)
python3 -m venv $TMP_DIR
. "$TMP_DIR/bin/activate"
pip install setuptools
pip install build setuptools
echo "## environment & versions ######################################################"
python --version
pip --version
Expand Down

0 comments on commit 668a244

Please sign in to comment.