Skip to content

Commit

Permalink
chore: use prebuilt wheel for wxpython for faster installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Nov 27, 2024
1 parent 6fbc05e commit 4dd57d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
pip install pipenv -U --quiet
apt-get update
apt-get install python3-wxgtk4.0 libgtk-3-dev -y
pipenv run pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-24.04/ wxPython
pipenv install --dev
- name: run lint
Expand All @@ -50,6 +51,7 @@ jobs:
apt-get update
apt-get install python3-wxgtk4.0 libgtk-3-dev ffmpeg cmake --no-install-recommends -y
pip install pipenv -U --quiet
pipenv run pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-24.04/ wxPython
pipenv install --dev
- name: run tests
Expand All @@ -71,6 +73,7 @@ jobs:
sudo apt-get update
sudo apt-get install libgtk-3-dev python3-distutils python3-wxgtk4.0 python3.12 ffmpeg --no-install-recommends -y
pip install pipenv -U --quiet
pipenv run pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-24.04/ wxPython
pipenv install --dev
- name: run coverage report
Expand Down

0 comments on commit 4dd57d6

Please sign in to comment.