Skip to content

Commit

Permalink
add separate test for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhananjhay committed Feb 25, 2025
1 parent f52e72f commit 93a6827
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/poethepoet/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:

build:
entry_points:
- poe = poethepoet.__main__:main
- poe = poethepoet:main
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
Expand All @@ -33,7 +33,8 @@ test:
- poethepoet
commands:
- pip check
- poe --help
- python -m poethepoet --help
- poe --help # [not win]
requires:
- python {{ python_min }}
- pip
Expand Down

0 comments on commit 93a6827

Please sign in to comment.