Skip to content

Commit

Permalink
removing rdkit version pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrewq11 committed Nov 14, 2024
1 parent c0b3805 commit b7da3bc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ jobs:
cache-downloads: true
create-args: >-
python=${{ matrix.python-version }}
# To prevent issues where Windows will re-use old/cached versions of RDKit
- name: Update rdkit version
run: |
micromamba install --force-reinstall rdkit
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 b7da3bc

Please sign in to comment.