apt-get
This commit is contained in:
parent
388e1ee6d7
commit
7fea9b7393
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -103,6 +103,7 @@ jobs:
|
|||
|
||||
# Set an output parameter `uname` for use in subsequent steps
|
||||
run: |
|
||||
sudo apt-get install python3 python3-pip
|
||||
python3 -m pip install -e .
|
||||
echo "Done!"
|
||||
python3 -m pip install pyinstaller
|
||||
|
|
|
|||
Loading…
Reference in a new issue