Skip to content

Commit

Permalink
Test dist
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Nov 28, 2024
1 parent c6b7916 commit c9a08ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- run: pip install .
- run: which calculate_rmsd
- run: |
make test python=python
- run: |
make format python=python
- run: |
make build python=python
make test-dist python=python
pip install dist/*
- run: make test python=python
- run: make format python=python
- run: make build python=python
- run: make test-dist python=python
- run: pip install dist/*
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.PHONY: update-format format test test-dist build types upload cov

python=./env/bin/python
pytest=./env/bin/pytest
package=rmsd
Expand Down

0 comments on commit c9a08ee

Please sign in to comment.