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 bd8f9a0 commit c0670af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest] # ubuntu-latest, macos-latest
python-version: ["3.10", "3.11"] # -> Will re-enable support for py312 once pyg is released, "3.10",
python-version: ["3.11"] # -> Will re-enable support for py312 once pyg is released, "3.10",

runs-on: ${{ matrix.os }}
timeout-minutes: 30
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
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 graph
micromamba activate graphium
python -c "import rdkit; print('RDKit version:', rdkit.__version__)"
python -m pytest
Expand Down

0 comments on commit c0670af

Please sign in to comment.