Skip to content

Commit

Permalink
Update python-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomplast authored Feb 17, 2024
1 parent e143096 commit 111c643
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip' # caching pip dependencies
- name: Install APT packages
run: sudo apt-get update && sudo apt install xvfb pkg-config python3-dev libgirepository1.0-dev libcairo2-dev gir1.2-webkit2-4.0 libcanberra-gtk3-module

uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: xvfb pkg-config python3-dev libgirepository1.0-dev libcairo2-dev gir1.2-webkit2-4.0 libcanberra-gtk3-module
version: 1.0
- name: Install hatch
run: |
python -m pip install hatch toga
Expand Down

0 comments on commit 111c643

Please sign in to comment.