Skip to content

Commit 6c38c53

Browse files
Try to fix the deployment 26
Signed-off-by: Łukasz Gryglicki <[email protected]>
1 parent 596c050 commit 6c38c53

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
@@ -93,7 +93,7 @@ jobs:
9393
run: |
9494
python -m venv .venv
9595
source .venv/bin/activate
96-
pip install pytest
96+
pip install --upgrade pytest py
9797
pytest "cla/tests" -p no:warnings
9898
## pip install --upgrade pytest py pytest_clarity six
9999
## pytest "cla/tests" -p no:warnings || true

0 commit comments

Comments
 (0)