From c45b4dbd27c121f885cf2c1034fd669d94ec43e0 Mon Sep 17 00:00:00 2001 From: Chang She <759245+changhiskhan@users.noreply.github.com> Date: Wed, 22 Mar 2023 14:30:27 -0700 Subject: [PATCH] fix directory --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 34727412..c66d81f2 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -33,7 +33,7 @@ jobs: pip install -e . pip install pytest - name: Run tests - run: pytest -x -v --durations=30 python/tests + run: pytest -x -v --durations=30 tests mac: timeout-minutes: 30 runs-on: "macos-12" @@ -55,4 +55,4 @@ jobs: pip install -e . pip install pytest - name: Run tests - run: pytest -x -v --durations=30 python/tests \ No newline at end of file + run: pytest -x -v --durations=30 tests \ No newline at end of file