Skip to content

Commit 1a4dcb1

Browse files
committed
Explicit
1 parent 9a44fd8 commit 1a4dcb1

2 files changed

Lines changed: 3 additions & 3 deletions

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
30+
- run: make format python=./env/bin/python
3131
- run: make build
3232
- run: make test-dist
3333
- run: for x in dist/*; do pip uninstall -y rmsd && pip install $x; done

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
python-version=3.12
44

55
env=./env
6-
python=./${env}/bin/python
7-
pytest=./${env}/bin/pytest
6+
python=${env}/bin/python
7+
pytest=${env}/bin/pytest
88
package=rmsd
99

1010
version_file1=./rmsd/version.py

0 commit comments

Comments
 (0)