We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd3580 commit 4931afbCopy full SHA for 4931afb
.github/workflows/public-ci.yml
@@ -28,7 +28,7 @@ jobs:
28
DESCARTESLABS_ENV: testing
29
run: |
30
mkdir tempdir
31
- pytest -rfExXP --assert=plain --ignore-glob="*/smoke_tests" --ignore-glob="*/e2e" --ignore="descarteslabs/core/third_party" descarteslabs
+ python -m pytest -rfExXP --assert=plain --ignore-glob="*/smoke_tests" --ignore-glob="*/e2e" --ignore="descarteslabs/core/third_party" descarteslabs
32
rm -r tempdir
33
- name: Test CLI
34
env:
0 commit comments