From a6bf0af593e54da349da827fc9e1611a95f486a2 Mon Sep 17 00:00:00 2001 From: Francesco Ballarin Date: Wed, 1 Nov 2023 16:44:37 +0100 Subject: [PATCH] Remove source directory after installation on CI to ensure that package from installation directory is used --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index beb3bb0..1184c24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |