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 5078375 commit a6bf0af
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 @@ -99,6 +99,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 a6bf0af

Please sign in to comment.