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 f9d56dc commit d3dea6eCopy full SHA for d3dea6e
.github/workflows/HideProfiles.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: Hide profiles
0 commit comments