diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82c08a66..3d9a8b8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: - name: Test docstrings with doctest if: "runner.os == 'Linux' && matrix.python-version == 3.11" - run: python -m pytest --doctest-modules src/particle --ignore-glob="src/particle/particle/convert.py" + run: python -m pytest --doctest-modules src/particle --ignore=src/particle/particle/convert.py --ignore=src/particle/_compat notebooks: runs-on: ubuntu-latest