Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3f76df9

Browse files
committedSep 18, 2020
tests: conda updates
1 parent 258536b commit 3f76df9

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed
 

Diff for: ‎conda.recipe/meta.yaml

+5-7
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ build:
1212
script_env:
1313
- CC
1414
- CXX
15-
script: {{ PYTHON }} -m pip install . -vvv
15+
script: |
16+
{{ PYTHON }} -m pip install -vvv "git+https://github.com/pybind/pybind11.git@master"
17+
{{ PYTHON }} -m pip install . -vvv --no-deps
18+
{{ PYTHON }} -m pip uninstall -y pybind11
1619
1720
requirements:
1821
build:
1922
- {{ compiler('cxx') }}
2023
- vs2017_{{ target_platform }} # [win]
24+
- cmake
2125

2226
host:
2327
- python
@@ -32,12 +36,6 @@ requirements:
3236
test:
3337
imports:
3438
- python_example
35-
source_files:
36-
- tests
37-
requires:
38-
- pytest
39-
commands:
40-
- pytest .
4139

4240
about:
4341
summary: An example project built with pybind11.

0 commit comments

Comments
 (0)
Please sign in to comment.