Skip to content

Commit 9aa0b27

Browse files
committed
rdkit latest version is missing share folder on Windows
1 parent 8897d0e commit 9aa0b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install moleculekit conda deps. Force rdkit version for tests
4141
run: |
4242
mamba install -y -q --file extra_requirements.txt python=${{ matrix.python-version }} -c acellera -c conda-forge
43-
mamba install -y rdkit=2024.03.5
43+
mamba install -y rdkit=2024.03.4
4444
# scikit-learn, joblib, biopython are only used for rarely-used functions in smallmol
4545
mamba install -y -q scikit-learn joblib biopython -c conda-forge
4646

0 commit comments

Comments
 (0)