1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00

Fix release.yml for deb package

This commit is contained in:
Dummerle 2021-10-12 23:16:39 +02:00
parent a18d7a619b
commit 746aa671e0

View file

@ -40,9 +40,7 @@ jobs:
sudo pip install -r requirements.txt
- name: Install legendary
run: |
pushd legendary
python setup.py install
popd
pip install ./legendary
- name: run python setup
run: |
python3 setup.py sdist