From fee1b12fc56ff2c114c883fdee583b9c1061ef0b Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:31:50 -0700 Subject: [PATCH] run with pytest --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 81077db78..3b83853d6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -377,7 +377,7 @@ jobs: - run: python3 -m pip install pytest -c requirements.txt working-directory: test/ - - run: python3 test.py + - run: python3 -m pytest test.py working-directory: test/mrts test-ee: