We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1aa99 commit 050829dCopy full SHA for 050829d
.github/workflows/test.yml
@@ -53,7 +53,11 @@ jobs:
53
cache-downloads: true
54
create-args: >-
55
python=${{ matrix.python-version }}
56
- --force-reinstall
+
57
+ - name: Update rdkit version
58
+ run: |
59
+ micromamba install --force-reinstall rdkit=2024.03.4
60
+ if: matrix.os == 'windows-latest'
61
62
- name: Install library
63
run: python -m pip install --no-deps --no-build-isolation -e . -v # `-e` required for correct `coverage` run.
0 commit comments