Skip to content

Commit

Permalink
dont' double compile?
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed May 21, 2024
1 parent 5e81b8a commit 284d27e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jobs:
run: |
source ./tools/linux_ci.sh
python -m pip install -U pip wheel
python -m pip install -e ".[dev,docs]"
stubgen -p pybmds.bmdscore -o src/
ruff format src/pybmds/bmdscore.pyi
make dist
python setup.py bdist_wheel
pip install "$(ls dist/*.whl | head -n 1)[dev,docs]"
- name: Check linting
run: |
make lint
Expand Down

0 comments on commit 284d27e

Please sign in to comment.