Skip to content

Commit

Permalink
Fix filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Dec 20, 2022
1 parent a5ca301 commit 07bb689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: ${{ matrix.openeye == 'false' }}
uses: mamba-org/provision-with-micromamba@main
with:
environment-file: devtools/conda-envs/test_env.yaml
environment-file: devtools/conda-envs/test-env.yaml
extra-specs: |
python=${{ matrix.python-version }}
openff-bespokefit
Expand All @@ -51,7 +51,7 @@ jobs:
if: ${{ matrix.openeye == 'true' }}
uses: mamba-org/provision-with-micromamba@main
with:
environment-file: devtools/conda-envs/noopeneye.yaml
environment-file: devtools/conda-envs/no_openeye.yaml
extra-specs: |
python=${{ matrix.python-version }}
openff-bespokefit
Expand Down

0 comments on commit 07bb689

Please sign in to comment.