Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-run CI #203

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install with OpenEye Toolkits
uses: conda-incubator/setup-miniconda@v2.1.1
uses: conda-incubator/setup-miniconda@v2
if: ${{ matrix.openeye == true }}
with:
python-version: ${{ matrix.python-version }}
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Run Tests
shell: bash -l {0}
run: |
pytest -v --cov=openff --cov-config=setup.cfg openff/bespokefit/tests/ --cov-report=xml
pytest -v --cov=openff --cov-config=setup.cfg openff/bespokefit/tests/executor/services/coordinator/test_app.py::test_get_optimization --cov-report=xml

- name: Codecov
uses: codecov/codecov-action@v3.1.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installer.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: conda-incubator/setup-miniconda@v2.1.1
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
mamba-version: "*"
Expand Down
4 changes: 2 additions & 2 deletions devtools/conda-envs/docs-env.yaml
Expand Up @@ -18,7 +18,7 @@ dependencies:
- click-option-group
- rdkit
- openff-utilities
- openff-toolkit-base >=0.10.0
- openff-toolkit-base >=0.10.6
- openff-forcefields
- openff-qcsubmit
- openmm >=7.6.0
Expand All @@ -35,7 +35,7 @@ dependencies:
- qcelemental >=0.24.0
- qcengine >=0.21.0
- chemper
- geometric
- geometric <1
- torsiondrive
- pymbar <4

Expand Down
7 changes: 5 additions & 2 deletions devtools/conda-envs/no_openeye.yaml
Expand Up @@ -37,13 +37,13 @@ dependencies:
- qcelemental >=0.24.0
- qcengine >=0.23.0
- chemper
- geometric
- geometric <1
- torsiondrive
- pymbar <4

# Executor
- uvicorn
- fastapi
- starlette =0.20 # https://github.com/openforcefield/openff-bespokefit/pull/203#issuecomment-1315936000
j-wags marked this conversation as resolved.
Show resolved Hide resolved
- celery
- httpx
- redis-server
Expand All @@ -57,3 +57,6 @@ dependencies:
- pytest-celery
- codecov
- requests-mock

- importlib-metadata >=4
- importlib_metadata >=4
6 changes: 5 additions & 1 deletion devtools/conda-envs/test-env.yaml
Expand Up @@ -39,13 +39,14 @@ dependencies:
- qcelemental >=0.24.0
- qcengine >=0.23.0
- chemper
- geometric
- geometric <1
- torsiondrive
- pymbar <4

# Executor
- uvicorn
- fastapi
- starlette =0.20 # https://github.com/openforcefield/openff-bespokefit/pull/203#issuecomment-1315936000
- celery
- httpx
- redis-server
Expand All @@ -59,3 +60,6 @@ dependencies:
- pytest-celery
- codecov
- requests-mock

- importlib-metadata >=4
- importlib_metadata >=4