We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aba2e0 commit b4dd8deCopy full SHA for b4dd8de
.github/workflows/deploy-dev.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Python Test
80
working-directory: cla-backend
81
run: |
82
- pytest "cla/tests" -p no:warnings
+ python -m pytest "cla/tests" -p no:warnings
83
env:
84
PLATFORM_GATEWAY_URL: https://api-gw.dev.platform.linuxfoundation.org
85
AUTH0_PLATFORM_URL: https://linuxfoundation-dev.auth0.com/oauth/token
0 commit comments