We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229a0c6 commit dc676e9Copy full SHA for dc676e9
.github/workflows/wheels.yml
@@ -11,8 +11,7 @@ on:
11
- published
12
13
env:
14
- CIBW_TEST_EXTRAS: test
15
- CIBW_TEST_COMMAND: pytest {project}/tests
+ CIBW_TEST_COMMAND: python {project}/tests/test.py
16
CIBW_BEFORE_BUILD: pip install git+https://github.com/pybind/pybind11.git@master
17
18
conda.recipe/meta.yaml
@@ -36,6 +36,10 @@ requirements:
36
test:
37
imports:
38
- python_example
39
+ source_files:
40
+ - tests
41
+ commands:
42
+ - python tests/test.py
43
44
about:
45
summary: An example project built with pybind11.
0 commit comments