Skip to content

Commit 57266d7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-dev.yml

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

0 commit comments

Comments
 (0)