Skip to content

Commit

Permalink
Merge pull request #808 from htm-community/pypi_cibuildwheel
Browse files Browse the repository at this point in the history
CI cibw fix path to tests
  • Loading branch information
breznak authored Jun 1, 2020
2 parents f578cc6 + e1d541e commit 3749cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Build wheel
env:
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest py/tests bindings/py/tests"
CIBW_TEST_COMMAND: "pytest {project}/py/tests {project}/bindings/py/tests"
# Only build on Python >=3.7 and skip 32-bit builds
CIBW_BUILD: cp3?-*
CIBW_SKIP: "*-win32 cp27-manylinux*"
Expand Down

0 comments on commit 3749cf3

Please sign in to comment.