Skip to content

Commit

Permalink
try again with cdpkit now that the issues are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Dec 16, 2024
1 parent 1ba97b7 commit 3955573
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
# scikit-learn, joblib, biopython are only used for rarely-used functions in smallmol
conda install -y -q scikit-learn joblib biopython -c conda-forge
# - name: Install cdpkit
# # if: ${{ matrix.os == 'ubuntu-latest' }}
# run: |
# # for testing CDPKit SmallMol
# pip install CDPKit==1.2.0.dev3
- name: Install cdpkit
# if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
# for testing CDPKit SmallMol
pip install CDPKit==1.2.0.dev3
- name: Install moleculekit
run: |
Expand Down

0 comments on commit 3955573

Please sign in to comment.