Skip to content

Commit 1d47ee8

Browse files
committed
fix: Fix tests
1 parent 39f97d5 commit 1d47ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
export DEVO_SENDER_CHAIN=$(realpath certs/us/ca.crt)
6262
export TMPDIR=${PWD}
6363
cd tests
64-
pytest
64+
python -m pytest

0 commit comments

Comments
 (0)