diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 36e8dbf4..8911e56f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -75,6 +75,12 @@ jobs: powershell cache-environment: true post-cleanup: 'all' + - name: Install the local version of BRiM in the tutorials environment + run: | + source /usr/share/miniconda/etc/profile.d/conda.sh + conda activate brim-tutorials + pip uninstall brim -y + pip install -e . - name: Deactivate the tutorials environment run: | source /usr/share/miniconda/etc/profile.d/conda.sh