Skip to content

Commit 924fdb6

Browse files
Try to fix the deployment 7
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent 8bfdde1 commit 924fdb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
- name: Python Setup
7171
working-directory: cla-backend
7272
run: |
73+
sudo apt install libxml2-dev libxslt-dev
7374
python -m venv .venv
7475
source .venv/bin/activate
7576
pip install --upgrade pip

0 commit comments

Comments
 (0)