Skip to content

Commit

Permalink
Add deployment tests
Browse files Browse the repository at this point in the history
Update

Fix

Trim down differences between environments

Try to isolate crash

Rename environment

Further pare down environments

Bump Python version

Update environments

Double check OpenEye license

Skip crashing test
  • Loading branch information
mattwthompson committed Jan 17, 2023
1 parent 1c81fa7 commit a9690ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,5 @@ jobs:
- name: Run tests
run: |
python -c "from openeye import oechem; assert oechem.OEChemIsLicensed()"
python -m pytest -v openff/bespokefit/tests/executor/services/coordinator/test_app.py::test_get_molecule_image
python -m pytest -v openff/bespokefit/tests

0 comments on commit a9690ef

Please sign in to comment.