We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7e43f commit e169fceCopy full SHA for e169fce
.github/workflows/actions.yaml
@@ -1,5 +1,5 @@
1
name: Black, Flake, Tests
2
-on: [push]
+on: [push, pull_request]
3
4
jobs:
5
build:
@@ -16,7 +16,7 @@ jobs:
16
python-version: ${{ matrix.python-version }}
17
- name: Install dependencies
18
run: |
19
- sudo apt-get install libgirepository1.0-dev
+ sudo apt-get install libcairo2-dev libgirepository1.0-dev
20
python -m pip install --upgrade pip
21
pip install pipenv
22
pipenv install --dev
0 commit comments