Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
[ci] Fix missing qt5 conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
IceflowRE committed Nov 5, 2020
1 parent fa2f1ea commit 8caad3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ jobs:
shell: bash
run: |
python -m pip install --upgrade pip
pip install --upgrade -e .[dev]
pip install --upgrade -e .[dev,gui]
pip install codecov
mp3monitoring --version
- name: Build
shell: bash
run: |
python -m ./scripts/ui_to_py.py
python setup.py clean --all
python setup.py bdist_wheel
Expand Down

0 comments on commit 8caad3e

Please sign in to comment.