Skip to content

Commit

Permalink
(Issue #94) Fix typo in build call
Browse files Browse the repository at this point in the history
  • Loading branch information
jared321 committed Sep 18, 2024
1 parent 6160824 commit ed52b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Since the package is pure Python, the binary wheel should be
# universal. Therefore, all pip installs from PyPI should get the
# wheel rather than the source distribution and we test the wheel.
python -m build -wheel
python -m build --wheel
python -m pip install dist/Taweret-*-py3-none-any.whl
python -c "import Taweret ; Taweret.__version__ ; Taweret.test()"
pushd $(dirname $(which python))/../lib/python*/site-packages/openbtmixing/.libs
Expand Down

0 comments on commit ed52b56

Please sign in to comment.