Skip to content

Commit 32fd95c

Browse files
Try to fix the deployment 14
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent 814fe27 commit 32fd95c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
- name: Python Lint
8181
working-directory: cla-backend
8282
run: |
83+
python -m venv .venv
84+
source .venv/bin/activate
85+
pip install pylint
8386
pylint cla/*.py || true
8487
8588
- name: Python Test

0 commit comments

Comments
 (0)