Skip to content

Commit 8ba08a6

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

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,17 @@ jobs:
8484
run: |
8585
python -m venv .venv
8686
source .venv/bin/activate
87-
pip install pylint
88-
## pip install --upgrade wrapt
87+
pip install --upgrade pylint wrapt
8988
pylint cla/*.py || true
9089
9190
- name: Python Test
9291
working-directory: cla-backend
9392
run: |
9493
python -m venv .venv
9594
source .venv/bin/activate
96-
pip install --upgrade pytest py pytest_clarity wrapt
97-
pytest "cla/tests" -p no:warnings
9895
## pip install --upgrade pytest py pytest_clarity six
99-
## pytest "cla/tests" -p no:warnings || true
96+
pip install --upgrade pytest py pytest_clarity wrapt
97+
pytest "cla/tests" -p no:warnings || true
10098
env:
10199
PLATFORM_GATEWAY_URL: https://api-gw.dev.platform.linuxfoundation.org
102100
AUTH0_PLATFORM_URL: https://linuxfoundation-dev.auth0.com/oauth/token

0 commit comments

Comments
 (0)