Skip to content

Commit 050829d

Browse files
committed
force re-install rdkit
1 parent 1b1aa99 commit 050829d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ jobs:
5353
cache-downloads: true
5454
create-args: >-
5555
python=${{ matrix.python-version }}
56-
--force-reinstall
56+
57+
- name: Update rdkit version
58+
run: |
59+
micromamba install --force-reinstall rdkit=2024.03.4
60+
if: matrix.os == 'windows-latest'
5761

5862
- name: Install library
5963
run: python -m pip install --no-deps --no-build-isolation -e . -v # `-e` required for correct `coverage` run.

0 commit comments

Comments
 (0)