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 6dcbb70 commit cc700a3Copy full SHA for cc700a3
.github/workflows/test_startcmsproject.yml
@@ -31,6 +31,7 @@ jobs:
31
- name: Create project from template
32
run: |
33
sudo apt install gettext gcc -y
34
+ sudo apt install libcairo2-dev pkg-config python3-dev
35
python -m venv .venv
36
source ./.venv/bin/activate
37
python -m pip install --upgrade pip
0 commit comments