Skip to content

Commit 4931afb

Browse files
author
Stephen C. Pope
authored
invoke another way
1 parent ecd3580 commit 4931afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/public-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
DESCARTESLABS_ENV: testing
2929
run: |
3030
mkdir tempdir
31-
pytest -rfExXP --assert=plain --ignore-glob="*/smoke_tests" --ignore-glob="*/e2e" --ignore="descarteslabs/core/third_party" descarteslabs
31+
python -m pytest -rfExXP --assert=plain --ignore-glob="*/smoke_tests" --ignore-glob="*/e2e" --ignore="descarteslabs/core/third_party" descarteslabs
3232
rm -r tempdir
3333
- name: Test CLI
3434
env:

0 commit comments

Comments
 (0)