This commit is contained in:
Jesse Bannon 2023-02-22 14:49:08 -08:00
parent 64330a6e77
commit 5bd347a44b

View file

@ -86,7 +86,7 @@ jobs:
# Set an output parameter `uname` for use in subsequent steps # Set an output parameter `uname` for use in subsequent steps
run: | run: |
apk add python3 py3-pip make apk add python3 py3-pip make git
python3 -m pip install -e . python3 -m pip install -e .
echo "Done!" echo "Done!"
python3 -m pip install pyinstaller python3 -m pip install pyinstaller