Skip to content

Commit

Permalink
Try installing against test environments
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Dec 20, 2022
1 parent 8e56f45 commit a5ca301
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,19 @@ jobs:
if: ${{ matrix.openeye == 'false' }}
uses: mamba-org/provision-with-micromamba@main
with:
environment-file: devtools/conda-envs/deployment.yaml
environment-file: devtools/conda-envs/test_env.yaml
extra-specs: |
python=${{ matrix.python-version }}
openff-bespokefit
- name: Install latest release from conda without OpenEye Toolkits
if: ${{ matrix.openeye == 'true' }}
uses: mamba-org/provision-with-micromamba@main
with:
environment-file: devtools/conda-envs/deployment_openeye.yaml
environment-file: devtools/conda-envs/noopeneye.yaml
extra-specs: |
python=${{ matrix.python-version }}
openff-bespokefit
- name: License OpenEye Toolkits
if: ${{ matrix.openeye == true }}
Expand Down

0 comments on commit a5ca301

Please sign in to comment.