Skip to content

Commit 0f1f72c

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ jobs:
9191
run: |
9292
python -m venv .venv
9393
source .venv/bin/activate
94-
pip install pytest
95-
pip install --upgrade pytest py
94+
pip install --upgrade pytest py pytest_clarity
9695
pytest "cla/tests" -p no:warnings
9796
env:
9897
PLATFORM_GATEWAY_URL: https://api-gw.dev.platform.linuxfoundation.org

0 commit comments

Comments
 (0)