Skip to content

Commit

Permalink
tests: conda updates
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Sep 18, 2020
1 parent 258536b commit 3f76df9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ build:
script_env:
- CC
- CXX
script: {{ PYTHON }} -m pip install . -vvv
script: |
{{ PYTHON }} -m pip install -vvv "git+https://github.com/pybind/pybind11.git@master"
{{ PYTHON }} -m pip install . -vvv --no-deps
{{ PYTHON }} -m pip uninstall -y pybind11
requirements:
build:
- {{ compiler('cxx') }}
- vs2017_{{ target_platform }} # [win]
- cmake

host:
- python
Expand All @@ -32,12 +36,6 @@ requirements:
test:
imports:
- python_example
source_files:
- tests
requires:
- pytest
commands:
- pytest .

about:
summary: An example project built with pybind11.
Expand Down

0 comments on commit 3f76df9

Please sign in to comment.