Skip to content
This repository was archived by the owner on Jun 12, 2023. It is now read-only.

Commit 2d71211

Browse files
committed
Fix env detection
1 parent b1662e0 commit 2d71211

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = {{ environ.get("PANDAS_VERSION") }}}
1+
{% set version = environ.get("PANDAS_VERSION") %}
22

33
package:
44
name: pandas
@@ -8,7 +8,7 @@ source:
88
url: ../pandas/dist/pandas-{{ version }}.tar.gz
99

1010
build:
11-
number: 1000
11+
number: 0
1212
script: python -m pip install --no-deps --ignore-installed .
1313

1414
requirements:

0 commit comments

Comments
 (0)