Add GHA example

This commit is contained in:
Henry Schreiner
2020-03-31 14:51:32 -04:00
committed by GitHub
parent 40ff745321
commit abdd1f71d1
+7
View File
@@ -42,6 +42,13 @@ variables:
CIBW_TEST_COMMAND: "nosetests {project}/tests"
```
> .github/workflows/*.yml ([docs](https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables)) (can be global, in job, or in step)
```yaml
env:
CIBW_TEST_REQUIRES: nose
CIBW_TEST_COMMAND: "nosetests {project}/tests"
```
## Build selection