Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prihoda committed Sep 20, 2021
1 parent c1267e8 commit abf3fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CONDA_ACTIVATE = eval "$$(conda shell.bash hook)" && conda activate $(ENV_NAME)

env:
conda create -n $(ENV_NAME) -c bioconda hmmer prodigal
$(CONDA_ACTIVATE); pip install . pytest pytest-mock hmmlearn
$(CONDA_ACTIVATE); pip install numpy; pip install . pytest pytest-mock hmmlearn

bioconda-install:
ifndef VERSION
Expand Down

0 comments on commit abf3fcc

Please sign in to comment.