Skip to content

Commit 3cb681b

Browse files
Merge pull request #4540 from communitybridge/unicron-fix-2
Fix build?
2 parents f5ff817 + 90ab478 commit 3cb681b

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
@@ -79,7 +79,7 @@ jobs:
7979
- name: Python Test
8080
working-directory: cla-backend
8181
run: |
82-
pytest "cla/tests" -p no:warnings
82+
python -m pytest "cla/tests" -p no:warnings
8383
env:
8484
PLATFORM_GATEWAY_URL: https://api-gw.dev.platform.linuxfoundation.org
8585
AUTH0_PLATFORM_URL: https://linuxfoundation-dev.auth0.com/oauth/token

0 commit comments

Comments
 (0)