1 parent b2035dd commit dd4ddd6Copy full SHA for dd4ddd6
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