Skip to content

Commit 8bfdde1

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,9 @@ jobs:
7070
- name: Python Setup
7171
working-directory: cla-backend
7272
run: |
73-
sudo apt install libxml2-dev libxslt-dev
7473
python -m venv .venv
7574
source .venv/bin/activate
7675
pip install --upgrade pip
77-
pip install typed_ast
7876
pip install -r requirements.txt
7977
8078
- name: Python Lint

0 commit comments

Comments
 (0)