We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32fd95c commit 53b65f9Copy full SHA for 53b65f9
.github/workflows/deploy-dev.yml
@@ -83,6 +83,7 @@ jobs:
83
python -m venv .venv
84
source .venv/bin/activate
85
pip install pylint
86
+ pip install --upgrade wrapt
87
pylint cla/*.py || true
88
89
- name: Python Test
@@ -91,6 +92,7 @@ jobs:
91
92
93
94
pip install pytest
95
+ pip install --upgrade pytest py
96
pytest "cla/tests" -p no:warnings
97
env:
98
PLATFORM_GATEWAY_URL: https://api-gw.dev.platform.linuxfoundation.org
0 commit comments