Skip to content

Commit

Permalink
Run wheel tests from main project directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Dec 10, 2024
1 parent 94b7f96 commit a73cd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_upload_pypi_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""

CIBW_TEST_EXTRAS: "test,brille,phonopy_reader,matplotlib"
CIBW_TEST_COMMAND: python {package}/tests_and_analysis/test/run_tests.py
CIBW_TEST_COMMAND: python ${GITHUB_WORKSPACE}/tests_and_analysis/test/run_tests.py

with:
output-dir: wheelhouse
Expand Down

0 comments on commit a73cd7c

Please sign in to comment.