From 039bde1ee6471ccd80c0233454be11c3909a8acb Mon Sep 17 00:00:00 2001 From: Andrew Hong Date: Sat, 17 Sep 2022 12:21:21 -0400 Subject: [PATCH] Update macos_test.yml --- .github/workflows/macos_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_test.yml b/.github/workflows/macos_test.yml index ef694d6c..206d6886 100644 --- a/.github/workflows/macos_test.yml +++ b/.github/workflows/macos_test.yml @@ -14,4 +14,4 @@ jobs: python3 -m pip install . python3 -m pip install pytest - name: Run Tests - run: pytest tests/test* + run: pytest test/*