Skip to content

Commit

Permalink
Merge pull request #62 from mcflugen/v2.9.1
Browse files Browse the repository at this point in the history
Rebuild for v2.9.1
  • Loading branch information
mcflugen authored Oct 11, 2024
2 parents d290819 + 2edab99 commit 1db1ab9
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 29 additions & 4 deletions azure-pipelines.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "2.9.0" %}
{% set version = "2.9.1" %}

package:
name: landlab
version: {{ version }}

source:
url: https://github.com/landlab/landlab/archive/v{{ version }}.tar.gz
sha256: 76f454d43acf9a80edea3427d8966eef6c263477d78c0fa2a504799cc73a798b
sha256: 35896d33a8315c3ef693bebf5f8dbc731b5ad41172da714b636c1a941fc9cde1

build:
number: 2
number: 0
script:
- {{ PYTHON }} -m pip install . --no-deps -vv
- {{ PYTHON }} -c "import pathlib, site, shutil; shutil.rmtree(pathlib.Path(site.getsitepackages()[0]) / 'tests', ignore_errors=True)"
Expand Down

0 comments on commit 1db1ab9

Please sign in to comment.