Skip to content

Commit cc700a3

Browse files
authored
Add dependencies for Python project setup
1 parent 6dcbb70 commit cc700a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_startcmsproject.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Create project from template
3232
run: |
3333
sudo apt install gettext gcc -y
34+
sudo apt install libcairo2-dev pkg-config python3-dev
3435
python -m venv .venv
3536
source ./.venv/bin/activate
3637
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)