Skip to content

Commit

Permalink
Attempt to fix build failure on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Sep 20, 2018
1 parent b6af2ec commit b22955f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ requirements:

outputs:
- name: matplotlib-base
script: install.sh
script: install.sh # [not win]
script: install.bat # [win]
requirements:
build:
- pkg-config # [not win]
Expand Down

0 comments on commit b22955f

Please sign in to comment.