Skip to content

Commit

Permalink
debug windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewq11 committed Nov 12, 2024
1 parent ab20a3f commit 533c770
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,8 @@ jobs:
echo "RDBASE: $RDBASE"
echo "PATH: $PATH"
python -c "import rdkit; print('RDKit version:', rdkit.__version__)"
micromamba activate graphium
micromamba uninstall rdkit
micromamba install rdkit=2024.03.4
which python
python -c "import rdkit; print('RDKit version:', rdkit.__version__)"
micromamba run -n graphium pytest
mamba list rdkit
pytest
- name: Test CLI
run: graphium --help
Expand Down

0 comments on commit 533c770

Please sign in to comment.