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 c0670af commit 00a196e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
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 install rdkit=2024.03.4
python -c "import rdkit; print('RDKit version:', rdkit.__version__)"
python -m pytest
Expand Down

0 comments on commit 00a196e

Please sign in to comment.