Skip to content

Commit

Permalink
rebuild with lowe hdf5 pin
Browse files Browse the repository at this point in the history
which got all messed up in cf-pinnings
see: conda-forge/h5py-feedstock#36
  • Loading branch information
sdvillal committed Oct 2, 2018
1 parent fce7afa commit 383bdd9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 69 deletions.
50 changes: 0 additions & 50 deletions .ci_support/linux_python3.5.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,6 @@ jobs:
- run:
# Run, test and (if we have a BINSTAR_TOKEN) upload the distributions.
command: ./.circleci/run_docker_build.sh
build_linux_python3.5:
working_directory: ~/test
machine: true
environment:
- CONFIG: "linux_python3.5"
steps:
- checkout
- run:
name: Fast finish outdated PRs and merge PRs
command: |
./.circleci/fast_finish_ci_pr_build.sh
./.circleci/checkout_merge_commit.sh
- run:
command: docker pull condaforge/linux-anvil
- run:
# Run, test and (if we have a BINSTAR_TOKEN) upload the distributions.
command: ./.circleci/run_docker_build.sh
build_linux_python3.6:
working_directory: ~/test
machine: true
Expand All @@ -58,5 +41,4 @@ workflows:
build_and_test:
jobs:
- build_linux_python2.7
- build_linux_python3.5
- build_linux_python3.6
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#

{% set version = "3.4.3" %}
{% set build_number= "1" %}
{% set build_number= "2" %}

package:
name: opencv
Expand Down

0 comments on commit 383bdd9

Please sign in to comment.