]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
github-ci: fix pytest on MacOS
authorJason Ish <jason.ish@oisf.net>
Wed, 23 Nov 2022 18:15:10 +0000 (12:15 -0600)
committerJason Ish <jason.ish@oisf.net>
Thu, 24 Nov 2022 00:44:40 +0000 (18:44 -0600)
.github/workflows/tests.yml

index 74a58922e8e6f8d2aaa4f420d53bb732ed54456f..a3c3f5062072cd9e5502799bebd48649397c273b 100644 (file)
@@ -247,5 +247,5 @@ jobs:
       - run: pip3 install PyYAML
       - run: pip3 install pytest
       - uses: actions/checkout@v1
-      - run: PYTHONPATH=. pytest
+      - run: PYTHONPATH=. python3 -m pytest
       - run: PYTHONPATH=. python3 ./tests/integration_tests.py