Skip to content

Commit

Permalink
build/script cannot be a file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Nov 21, 2024
1 parent b232399 commit 51482e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ build:
osx_is_app: true
# https://github.com/conda/conda-build/issues/5385
noarch: python # [not win]
script: install.sh # [unix]
script: install.bat # [win]

requirements:
build:
Expand Down Expand Up @@ -100,6 +98,8 @@ app:

outputs:
- name: spyder-base
script: install.sh # [unix]
script: install.bat # [win]

- name: spyder
build:
Expand Down

0 comments on commit 51482e2

Please sign in to comment.