Skip to content

Commit

Permalink
force re-install rdkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewq11 committed Nov 12, 2024
1 parent 1b1aa99 commit 050829d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ jobs:
cache-downloads: true
create-args: >-
python=${{ matrix.python-version }}
--force-reinstall
- name: Update rdkit version
run: |
micromamba install --force-reinstall rdkit=2024.03.4
if: matrix.os == 'windows-latest'

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

0 comments on commit 050829d

Please sign in to comment.