Skip to content

Commit 533c770

Browse files
committed
debug windows tests
1 parent ab20a3f commit 533c770

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,8 @@ jobs:
6363
echo "RDBASE: $RDBASE"
6464
echo "PATH: $PATH"
6565
python -c "import rdkit; print('RDKit version:', rdkit.__version__)"
66-
micromamba activate graphium
67-
micromamba uninstall rdkit
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 pytest
66+
mamba list rdkit
67+
pytest
7268
7369
- name: Test CLI
7470
run: graphium --help

0 commit comments

Comments
 (0)