Skip to content

Commit

Permalink
Merge branch 'schema-support' of github.com:notjagan/vibrio-python in…
Browse files Browse the repository at this point in the history
…to schema-support
  • Loading branch information
notjagan committed Nov 6, 2023
2 parents 712ef67 + c9f2268 commit 97809e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip install requests toml &&
python setup.py vendor
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: "pytest {project}/tests"
CIBW_TEST_COMMAND: "pytest {project}"
with:
package-dir: .
output-dir: dist
Expand Down

0 comments on commit 97809e4

Please sign in to comment.