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 00a196e commit c0e0d2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,12 @@ jobs:
echo "RDBASE: $RDBASE"
echo "PATH: $PATH"
python -c "import rdkit; print('RDKit version:', rdkit.__version__)"
python -c "import os; print('RDBASE exists:', os.path.exists(os.environ.get('RDBASE', '')))"
micromamba activate graphium
micromamba uninstall rdkit
micromamba install rdkit=2024.03.4
which python
python -c "import rdkit; print('RDKit version:', rdkit.__version__)"
python -m pytest
micromamba run -n graphium mycommand
- name: Test CLI
run: graphium --help
Expand Down

0 comments on commit c0e0d2b

Please sign in to comment.