Skip to content

Commit

Permalink
we don't need openeye
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Aug 26, 2024
1 parent 420bd36 commit 45c1f42
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/gpu-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
defaults:
run:
shell: bash -leo pipefail {0}
env:
OE_LICENSE: ${{ github.workspace }}/oe_license.txt

needs:
- start-aws-runner
Expand All @@ -56,7 +54,6 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
environment-file: devtools/conda-envs/test_env.yaml
environment-name: openfe_env

- name: "Check if OpenMM can get a GPU"
run: python -m openmm.testInstallation
Expand All @@ -70,13 +67,6 @@ jobs:
micromamba list
pip list
- name: Test OE License & Write License to File
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: "Run tests"
run: |
pytest -n 4 -v --durations=10 --cov=openmmtools --cov-report=term
Expand Down

0 comments on commit 45c1f42

Please sign in to comment.