Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
Removed separate step for wxPython
  • Loading branch information
eternallyBaffled committed May 14, 2024
1 parent bc32916 commit 8add2b5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Python application
name: Legacy Python 2.7 application

on:
push:
Expand All @@ -22,15 +22,13 @@ jobs:
python-version: [2.7]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install wxPython
run: |
sudo apt-get -y install python-wxgtk3.0
- name: Install dependencies
# wxPython now available from requirements
run: |
pip --version
# python -m pip install --upgrade pip
Expand Down

0 comments on commit 8add2b5

Please sign in to comment.