Skip to content

Commit

Permalink
Have to restart shell after conda init
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbb committed Sep 1, 2024
1 parent a2b5166 commit e93031f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/macos-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
activate-environment: mescore
environment-file: environment.yml

- name: install mesmerize-core
- name: Run conda init
run: |
conda init
conda activate mescore
caimanmanager install
pip install .
- name: Test with pytest
- name: Test mesmerize-core with pytest
run: |
conda activate mescore
mamba install pytest
caimanmanager install
pip install .
DOWNLOAD_GROUND_TRUTHS=1 pytest -s .

0 comments on commit e93031f

Please sign in to comment.