Skip to content

Commit

Permalink
Update build_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Apr 11, 2023
1 parent f1c4dca commit 9533931
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
run: |
sudo apt-get update
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
pip install -U \
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04 \
wxPython
pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04/wxPython-4.1.1-cp38-cp38-linux_x86_64.whl
- name: Install requirements
run: |
pip install -r requirements.txt -r requirements_build.txt
Expand Down

0 comments on commit 9533931

Please sign in to comment.