Skip to content

Commit bf22c50

Browse files
Try to fix the deployment 10
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent 47f50b0 commit bf22c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-dev.yml

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

0 commit comments

Comments
 (0)