Skip to content

Commit

Permalink
Fix GPU CI
Browse files Browse the repository at this point in the history
Removed openeye decryption step which failed since this repo doesn't use the openeye toolkit
  • Loading branch information
mikemhenry committed May 12, 2022
1 parent 0771ddc commit 2a1b33d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/self-hosted-gpu-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,6 @@ jobs:
conda info -a
conda list
- name: Decrypt OpenEye license
shell: bash -l {0}
env:
OE_LICENSE_TEXT: ${{ secrets.OE_LICENSE }}
run: |
echo "${OE_LICENSE_TEXT}" > ${OE_LICENSE}
python -c "import openeye; assert openeye.oechem.OEChemIsLicensed(), 'OpenEye license checks failed!'"
- name: Test the package
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 2a1b33d

Please sign in to comment.