Skip to content

Commit 6cea159

Browse files
Try to fix the deployment 18
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent 57266d7 commit 6cea159

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
source .venv/bin/activate
7676
pip install --upgrade pip
7777
pip install lxml --prefer-binary
78+
pip install python-jose
7879
pip install -r requirements.txt
7980
8081
- name: Python Lint

cla-backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pytest==5.0.1
4343
pytest-clarity==0.3.0a0
4444
pytest-cov==2.8.1
4545
python-dateutil==2.8.1
46-
python-jose==3.0.1
46+
# python-jose==3.0.1
4747
requests==2.31.0
4848
requests-oauthlib==1.2.0
4949
rsa==4.7

0 commit comments

Comments
 (0)