Skip to content

Commit

Permalink
update setuptools build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSCFraser committed Oct 11, 2024
1 parent a23dbf5 commit 52e9f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/saccharis/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "SACCHARIS" %}
{% set version = "2.0.1.dev21" %}
{% set hash = "06A0F86DDAB8C870EE526E6DDC2C8E0E344616ACD3F6E0A2D7B41483013B43E2" %}
{% set hash = "327FCE45E7B50BF0C52064DA883CC4A21BCE183EBACF4C4A827FE2C5BE934CB3" %}


package:
Expand Down Expand Up @@ -74,7 +74,7 @@ test:
commands:
# pipe test output to null for these tests, per https://bioconda.github.io/contributor/guidelines.html#tests
- saccharis -v > /dev/null
- saccharis.show_family_categories > /dev/null
- saccharis.show_family_categories --help > /dev/null
- saccharis.make_family_files --help > /dev/null
- saccharis.add_family_category --help > /dev/null
- saccharis.rename_user_file --help > /dev/null
Expand Down

0 comments on commit 52e9f1b

Please sign in to comment.