Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymo111 committed Apr 30, 2024
1 parent 1a4791d commit cda5b45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
twine check dist/*
pip install .
- name: Test with pytest over Xvfb
run: xvfb-run -a pytest --cov=nexus --import-mode=prepend
run: xvfb-run -a pytest --cov=nexus --rootdir=.

release:
needs: [ package, docs, build-test ]
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ build-backend = "setuptools.build_meta"
addopts = [
"--import-mode=importlib",
]
pythonpath = [
'.',
]

0 comments on commit cda5b45

Please sign in to comment.