We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f60cd commit 2f98e5fCopy full SHA for 2f98e5f
.github/workflows/run_tests.yml
@@ -25,6 +25,10 @@ jobs:
25
python-version: ${{ matrix.python-version }}
26
- name: Change apt mirror
27
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
32
- name: Create virtualenv
33
run: ${GITHUB_WORKSPACE}/.github/scripts/create_virtualenv.sh
34
- name: Install test Python packages
0 commit comments