Skip to content

Commit

Permalink
fix missing conda activate
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jan 13, 2022
1 parent 6d3e91f commit de731fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ jobs:
NCBImeta --version
- name: Quick Start Example
shell: bash -l {0}
run: |
conda activate ncbimeta
NCBImeta --flat --config test/test.yaml --force-pause-seconds 0 --email ${{ secrets.NCBI_EMAIL }} --api ${{ secrets.NCBI_API_KEY }}
NCBImetaAnnotate --database test/test.sqlite --annotfile test/test_annot.txt --table BioSample
NCBImetaAnnotate --database test/test.sqlite --annotfile test/test_annot.txt --table BioSample --concatenate
Expand Down

0 comments on commit de731fe

Please sign in to comment.