Skip to content

Commit

Permalink
fix missing activate
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jan 13, 2022
1 parent c003f02 commit f892e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,5 @@ jobs:
shell: bash -l {0}
run: |
mamba create -c conda-forge -c bioconda -n ncbimeta ncbimeta
conda activate ncbimeta
NCBImeta --version
1 change: 1 addition & 0 deletions .github/workflows/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
shell: bash -l {0}
run: |
mamba create -c conda-forge -c bioconda -n ncbimeta ncbimeta
conda activate ncbimeta
NCBImeta --version
- name: Quick Start Example
Expand Down

0 comments on commit f892e9b

Please sign in to comment.