Skip to content

Commit 05f645c

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ jobs:
8282
- name: Python Lint
8383
working-directory: cla-backend
8484
run: |
85-
## python -m venv .venv
86-
## source .venv/bin/activate
87-
## pip install pylint
85+
python -m venv .venv
86+
source .venv/bin/activate
87+
pip install pylint
8888
## pip install --upgrade wrapt
8989
pylint cla/*.py || true
9090
@@ -93,7 +93,7 @@ jobs:
9393
run: |
9494
python -m venv .venv
9595
source .venv/bin/activate
96-
pip install --upgrade pytest py pytest_clarity
96+
pip install --upgrade pytest py pytest_clarity wrapt
9797
pytest "cla/tests" -p no:warnings
9898
## pip install --upgrade pytest py pytest_clarity six
9999
## pytest "cla/tests" -p no:warnings || true

cla-backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ urllib3==1.26.18
5858
vintage==0.4.1
5959
wcwidth==0.1.7
6060
Werkzeug==0.15.5
61-
wrapt==1.11.2
61+
## wrapt==1.11.2
6262
zipp==3.15.0
6363
markupsafe==2.0.1

0 commit comments

Comments
 (0)