diff --git a/.github/workflows/HDMF_dev.yaml b/.github/workflows/HDMF_dev.yaml index 147c1d7c..bbc39c5c 100644 --- a/.github/workflows/HDMF_dev.yaml +++ b/.github/workflows/HDMF_dev.yaml @@ -32,7 +32,6 @@ jobs: - name: Run HDMF_Zarr Tests run: - pytest -v - - - + # specify the tests directory so that we don't run the hdmf tests which are nested + # under the same base directory + pytest -v tests