Skip to content

Commit

Permalink
chore: add test deps to conda_install for testing conda releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Aug 3, 2024
1 parent 8d9d294 commit c44d59b
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 @@ -20,7 +20,7 @@ remove:
mamba remove --name $(PROJECT) --all

conda_install:
mamba create --name $(PROJECT) --yes --force --channel conda-forge $(PROJECT)
mamba create --name $(PROJECT) --yes --force --channel conda-forge $(PROJECT) pytest pytest-cov

####
####
Expand Down

0 comments on commit c44d59b

Please sign in to comment.