1 parent 1a4dcb1 commit 185d04eCopy full SHA for 185d04e
1 file changed
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
- run: make env python-version=${{ matrix.python-version }}
28
- run: source ./env/bin/activate && which calculate_rmsd
29
- run: make test
30
- - run: make format python=./env/bin/python
+ - run: source ./env/bin/activate && make format
31
- run: make build
32
- run: make test-dist
33
- run: for x in dist/*; do pip uninstall -y rmsd && pip install $x; done
0 commit comments