From 9f24708bb3fb67ff28c6ef351627355f2bcb7664 Mon Sep 17 00:00:00 2001 From: guanhuaw Date: Sat, 27 Jul 2024 22:24:36 -0700 Subject: [PATCH] update ci --- .github/workflows/python-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 6d162bb..0420046 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -36,7 +36,7 @@ jobs: - name: Test with pytest run: | - pytest ./tests + pytest ./tests/* - name: Automated Version Bump if: github.ref == 'refs/heads/master'