Skip to content

Commit 7d1ff5b

Browse files
Try to fix the deployment 38
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent 2cd905c commit 7d1ff5b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ jobs:
8888
run: |
8989
python -m venv .venv
9090
source .venv/bin/activate
91-
# pip install --upgrade pytest py pytest_clarity
92-
pip install --upgrade pytest pytest-clarity pytest-cov
91+
pip install --upgrade pytest py pytest-cov pytest-clarity
9392
pytest "cla/tests" -p no:warnings || true
9493
env:
9594
PLATFORM_GATEWAY_URL: https://api-gw.dev.platform.linuxfoundation.org

cla-backend/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ more-itertools==8.0.2
2929
nose2==0.9.1
3030
oauthlib==3.1.0
3131
packaging==20.5
32-
pluggy==0.13.1
3332
py==1.10.0
3433
pyasn1==0.4.8
3534
pydocusign==2.2
@@ -56,3 +55,4 @@ python-jose==3.3.0
5655
pynamodb==6.0.2
5756
wrapt==1.17.2
5857
astroid==3.3.8
58+
pluggy==1.5.0

0 commit comments

Comments
 (0)