Skip to content

Commit

Permalink
Debug Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Apr 8, 2024
1 parent 080b444 commit 0196d78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion recipes/tmuxp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ source:
build:
script_env:
PYTHONENCODING=utf-8
script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation . -vv
script:
- {{ PYTHON }} -m pip install --no-deps --no-build-isolation . -vv
- dir %PREFIX% # [win]
- dir %PREFIX%\Scripts # [win]
- type %PREFIX%\Scripts\tmuxp.exe # [win]
number: 0
noarch: python

Expand Down

0 comments on commit 0196d78

Please sign in to comment.