Skip to content

Commit

Permalink
Install the local version of BRiM in the tutorials enviroment
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstienstra committed Mar 29, 2024
1 parent 2953ec8 commit f68314e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f68314e

Please sign in to comment.