Skip to content

Commit

Permalink
Attempt to fix install issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrimko committed Oct 19, 2023
1 parent b7fad38 commit ceec165
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
- name: Install system dependencies
run: sudo apt-get install build-essential libgtk-3-dev
- name: Install Python dependencies
run: pip install -r install/requirements.txt
- name: Run tests
run: python tests/_Run_Tests.py nopause

0 comments on commit ceec165

Please sign in to comment.