diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 82c42cf12..b61355c3c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: # Install the dependencies - name: Check docstrings run: | - hatch run xdoctest ./gpjax + hatch run dev:docstrings # Run the unit tests and build the coverage report - name: Run Tests