try py3pip

This commit is contained in:
Jesse Bannon 2023-02-22 14:15:22 -08:00
parent 48dd21a057
commit 8966575bbe

View file

@ -90,11 +90,11 @@ 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 zip python3 python3-pip apk add zip python3 py3-pip
ls -lh ls -lh
pwd pwd
python3 --version python3 --version
pip3 install -e .[build] pip install -e .[build]
EXEC_SUFFIX=_${{ matrix.arch }} make executable EXEC_SUFFIX=_${{ matrix.arch }} make executable
mv dist/ytdl-sub_${{ matrix.arch }} /artifacts mv dist/ytdl-sub_${{ matrix.arch }} /artifacts