Skip to content

Commit 185d04e

Browse files
committed
Getting desperate again
1 parent 1a4dcb1 commit 185d04e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: make env python-version=${{ matrix.python-version }}
2828
- run: source ./env/bin/activate && which calculate_rmsd
2929
- run: make test
30-
- run: make format python=./env/bin/python
30+
- run: source ./env/bin/activate && make format
3131
- run: make build
3232
- run: make test-dist
3333
- run: for x in dist/*; do pip uninstall -y rmsd && pip install $x; done

0 commit comments

Comments
 (0)