Skip to content

Commit 09864e7

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

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
python -m venv .venv
7575
source .venv/bin/activate
7676
pip install --upgrade pip
77+
pip install typed_ast
7778
pip install -r requirements.txt
7879
7980
- name: Python Lint

cla-backend/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ sentinels==1.0.0
5252
six==1.13.0
5353
soupsieve==1.9.5
5454
termcolor==1.1.0
55-
typed-ast==1.4.1
5655
urllib3==1.26.18
5756
vintage==0.4.1
5857
wcwidth==0.1.7

0 commit comments

Comments
 (0)