Skip to content

Commit

Permalink
updating example_data download command on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvansebille committed Mar 6, 2019
1 parent b1b1653 commit a8898fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
sha256: {{ sha256 }}

build:
number: 0
number: 1
script:
- "{{ PYTHON }} setup.py bdist_wheel --dist-dir=dist"
- "{{ PYTHON }} -m pip install --find-links=dist --no-deps --ignore-installed --no-cache-dir -vvv {{ name }}"
Expand Down Expand Up @@ -52,7 +52,8 @@ test:
- parcels.kernels
- parcels.tools
commands:
- parcels_get_examples parcels_examples # [linux or osx]
- curl https://raw.githubusercontent.com/OceanParcels/parcels/master/parcels/scripts/get_examples.py > parcels_get_examples.py
- python parcels_get_examples.py parcels_examples

about:
home: http://github.com/OceanParcels/parcels
Expand Down

0 comments on commit a8898fd

Please sign in to comment.