Skip to content

Commit 2f98e5f

Browse files
Install pycairo dependencies before running tests
1 parent d8f60cd commit 2f98e5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Change apt mirror
2727
run: ${GITHUB_WORKSPACE}/.github/scripts/change_apt_mirror.sh
28+
- name: Install prerequisites
29+
run: |
30+
set -euo pipefail
31+
sudo apt-get -y install libcairo2-dev pkg-config python3-dev
2832
- name: Create virtualenv
2933
run: ${GITHUB_WORKSPACE}/.github/scripts/create_virtualenv.sh
3034
- name: Install test Python packages

0 commit comments

Comments
 (0)