Skip to content

Commit

Permalink
Merge pull request #8 from conda-forge/windows
Browse files Browse the repository at this point in the history
try removing windows skip, bump build number and add retinanet test
  • Loading branch information
bw4sz committed Jun 30, 2020
2 parents 29b4448 + b32955f commit 2af85a4
Show file tree
Hide file tree
Showing 9 changed files with 142 additions and 58 deletions.
4 changes: 0 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

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

3 changes: 0 additions & 3 deletions .azure-pipelines/azure-pipelines-osx.yml

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

112 changes: 112 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml

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

24 changes: 0 additions & 24 deletions .ci_support/osx_python3.8.____cpython.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
- vs2017
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-comp7
- vs2017
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.8.* *_cpython
- 3.6.* *_cpython
14 changes: 14 additions & 0 deletions .ci_support/win_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
c_compiler:
- vs2017
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- vs2017
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.7.* *_cpython
22 changes: 8 additions & 14 deletions README.md

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

3 changes: 2 additions & 1 deletion 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
Expand Up @@ -11,10 +11,9 @@ source:
sha256: {{ sha256 }}

build:
skip: true # [win or py<36 or py>37]
number: 1
skip: true # [py<36 or py>37]
number: 2
script:
- export SETUPTOOLS_SCM_PRETEND_VERSION={{ version }} # [unix]
- '{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv '

requirements:
Expand Down Expand Up @@ -55,6 +54,7 @@ requirements:
test:
imports:
- deepforest
- deepforest.keras_retinanet
source_files:
- tests/*

Expand Down

0 comments on commit 2af85a4

Please sign in to comment.