Browse Source

[DATALAD] Recorded changes

Daniel Busch 2 months ago
parent
commit
6e2a0811f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yaml

+ 1 - 1
.github/workflows/ci.yaml

@@ -61,7 +61,7 @@ jobs:
           poetry-dependency-install-flags: "--all-extras"
       - name: Run tests
         run: |
-          poetry run pytest -r a -v src tests --doctest-modules --cov=src --cov-report=term-missing --cov-report=xml
+          poetry run pytest -r a -v src tests --import-mode=importlib --doctest-modules --cov=src --cov-report=term-missing --cov-report=xml
           poetry run coverage report
       - name: Upload coverage reports to Codecov with GitHub Action
         uses: codecov/codecov-action@v4.2.0