Skip to content

Commit

Permalink
skip windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhananjhay committed Feb 25, 2025
1 parent b3d1d6f commit c604beb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions recipes/poethepoet/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ source:
build:
entry_points:
- poe = poethepoet:main
noarch: python
skip: True # [win]
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

Expand All @@ -33,8 +33,7 @@ test:
- poethepoet
commands:
- pip check
- python -m poethepoet --help
- poe --help # [not win]
- poe --help
requires:
- python {{ python_min }}
- pip
Expand Down

0 comments on commit c604beb

Please sign in to comment.