We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b50a3 commit cd35f4bCopy full SHA for cd35f4b
recipes/tree-sitter-language-pack/recipe.yaml
@@ -20,13 +20,6 @@ build:
20
script:
21
- mkdir parsers
22
- ${{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv
23
- # - if: unix
24
- # then:
25
- # - cd ${SRC_DIR} && mkdir parsers
26
- # - ${{ PYTHON }} -m pip install . --no-deps --ignore-installed --prefix=${PREFIX} -vv
27
- # else:
28
- # - cd %SRC_DIR% && mkdir parsers
29
- # - ${{ PYTHON }} -m pip install . --no-deps --ignore-installed --prefix=%PREFIX% -vv
30
number: 0
31
32
requirements:
0 commit comments