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 c7d3d22 commit 95b767fCopy full SHA for 95b767f
.github/workflows/run_tests.yml
@@ -51,7 +51,10 @@ jobs:
51
libcurl4-openssl-dev ffmpeg libhdf5-dev libfribidi-dev libharfbuzz-dev \
52
libxml2-dev libssl-dev \
53
libfontconfig1-dev libfreetype6-dev
54
-
+
55
+ - name: Install pkg-config
56
+ run: sudo apt-get update && sudo apt-get install -y pkg-config
57
58
- name: Set up Python
59
uses: actions/setup-python@v5
60
with:
0 commit comments