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 45cd83c commit 7a55d07Copy full SHA for 7a55d07
.github/workflows/PullAllExportsManual.yml
@@ -14,6 +14,9 @@ jobs:
14
python-version: 3.9
15
- name: Install dependencies
16
run: |
17
+ sudo apt update
18
+ sudo apt install -y libcairo2-dev pkg-config python3-dev
19
+ pkg-config --modversion cairo
20
python -m pip install --upgrade pip
21
pip install -r requirements.txt
22
- name: Pull all exports
@@ -35,4 +38,4 @@ jobs:
35
38
uses: ad-m/[email protected]
36
39
with:
37
40
github_token: ${{ secrets.GITHUB_TOKEN }}
- branch: gh-pages
41
+ branch: gh-pages
0 commit comments