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 Nov 1, 2023
1 parent 808b24d commit e87310b
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 @@ -98,6 +98,9 @@ jobs:
if: startsWith(matrix.backend, 'none') != true
run: |
cd docs && make html
- name: Remove source directory to ensure that package from installation directory is used
run: |
rm -rf rbnicsx
- name: Determine coverage and pytest options for unit tests
id: unit_options
run: |
Expand Down

0 comments on commit e87310b

Please sign in to comment.