Skip to content

Commit 53b65f9

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
python -m venv .venv
8484
source .venv/bin/activate
8585
pip install pylint
86+
pip install --upgrade wrapt
8687
pylint cla/*.py || true
8788
8889
- name: Python Test
@@ -91,6 +92,7 @@ jobs:
9192
python -m venv .venv
9293
source .venv/bin/activate
9394
pip install pytest
95+
pip install --upgrade pytest py
9496
pytest "cla/tests" -p no:warnings
9597
env:
9698
PLATFORM_GATEWAY_URL: https://api-gw.dev.platform.linuxfoundation.org

0 commit comments

Comments
 (0)