Skip to content

Commit

Permalink
Remove source directory after installation on CI to ensure that packa…
Browse files Browse the repository at this point in the history
…ge from installation directory is used
  • Loading branch information
francesco-ballarin committed Oct 29, 2023
1 parent f78a463 commit b424642
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Run documentation generation
run: |
cd docs && make html
- name: Remove source directory to ensure that package from installation directory is used
run: |
rm -rf multiphenicsx
- name: Run unit tests (serial)
run: |
COVERAGE_FILE=.coverage_unit_serial python3 -m coverage run --source=multiphenicsx -m pytest tests/unit
Expand Down

0 comments on commit b424642

Please sign in to comment.