We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de5a390 commit 67ccf14Copy full SHA for 67ccf14
1 file changed
.github/workflows/test.yml
@@ -26,6 +26,7 @@ jobs:
26
python-version: ${{ matrix.python-version }}
27
- run: pip install -r ./requirements.txt
28
- run: pip install .
29
+ - run: twine --version
30
- run: which calculate_rmsd
31
- run: make test python=python
32
- run: make format python=python
0 commit comments