We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e0d2b commit ab20a3fCopy full SHA for ab20a3f
.github/workflows/test.yml
@@ -68,7 +68,7 @@ jobs:
68
micromamba install rdkit=2024.03.4
69
which python
70
python -c "import rdkit; print('RDKit version:', rdkit.__version__)"
71
- micromamba run -n graphium mycommand
+ micromamba run -n graphium pytest
72
73
- name: Test CLI
74
run: graphium --help
0 commit comments