Skip to content

Commit e169fce

Browse files
authored
Fix GitHub action (#49)
1 parent 6f7e43f commit e169fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Black, Flake, Tests
2-
on: [push]
2+
on: [push, pull_request]
33

44
jobs:
55
build:
@@ -16,7 +16,7 @@ jobs:
1616
python-version: ${{ matrix.python-version }}
1717
- name: Install dependencies
1818
run: |
19-
sudo apt-get install libgirepository1.0-dev
19+
sudo apt-get install libcairo2-dev libgirepository1.0-dev
2020
python -m pip install --upgrade pip
2121
pip install pipenv
2222
pipenv install --dev

0 commit comments

Comments
 (0)