Skip to content

Commit

Permalink
Merge pull request #65 from CDAT/reduce-pinning
Browse files Browse the repository at this point in the history
Reduce pinning
  • Loading branch information
doutriaux1 authored Sep 4, 2019
2 parents c0fec52 + ac2c933 commit f96e33a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prep_for_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if "VERSION" in os.environ.keys():
last_stable=os.environ['VERSION']
else:
last_stable = "8.0"
last_stable = "8.2"

l = time.localtime()
today = "%s.%.2i.%.2i.%.2i.%.2i.%.2i.{{ GIT_DESCRIBE_HASH }}" % (last_stable, l.tm_year, l.tm_mon, l.tm_mday, l.tm_hour, l.tm_min)
Expand Down
2 changes: 1 addition & 1 deletion vtk-cdat/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
- 2.7

pin_run_as_build:
python: x.x.x
python: x.x

VTK_WITH_OSMESA:
- False
Expand Down

0 comments on commit f96e33a

Please sign in to comment.