Skip to content

Commit

Permalink
Always license OpenEye
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Mar 21, 2024
1 parent 1ed8144 commit ceeeaef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- "3.10"
- "3.11"

env:
OE_LICENSE: ${{ github.workspace }}/oe_license.txt

steps:
- uses: actions/checkout@v4

Expand All @@ -41,7 +44,6 @@ jobs:
run: python -m pip install -e .

- name: Install and license OpenEye Toolkits
if: ${{ matrix.openeye == true }}
run: |
echo "${SECRET_OE_LICENSE}" > ${OE_LICENSE}
python -c "from openeye import oechem; assert oechem.OEChemIsLicensed()"
Expand Down

0 comments on commit ceeeaef

Please sign in to comment.