Skip to content

Commit a0ef4ee

Browse files
Try to fix the deployment 28
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent 047479e commit a0ef4ee

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
source .venv/bin/activate
7777
pip install --upgrade pip
7878
## pip install lxml --prefer-binary
79-
## pip install python-jose
79+
pip install python-jose
8080
pip install -r requirements.txt
8181
8282
- name: Python Lint

cla-backend/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ pytest-clarity==0.3.0a0
4545
pytest-cov==2.8.1
4646
python-dateutil==2.8.1
4747
## python-jose==3.0.1
48-
python-jose==3.0.1
4948
requests==2.31.0
5049
requests-oauthlib==1.2.0
5150
rsa==4.7

0 commit comments

Comments
 (0)