Skip to content

Commit

Permalink
fix case [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed Oct 17, 2024
1 parent ac2520f commit 064238e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
shell: bash -l -c "python -u {0}"
run: |
from openff.toolkit.utils.toolkits import OPENEYE_AVAILABLE, RDKIT_AVAILABLE
assert str(OPENEYE_AVAILABLE).lower() == 'True'
assert str(RDKIT_AVAILABLE).lower() == 'True'
assert str(OPENEYE_AVAILABLE).lower() == 'true'
assert str(RDKIT_AVAILABLE).lower() == 'true'
- name: Check Python environment
run: |
Expand Down

0 comments on commit 064238e

Please sign in to comment.