Skip to content

Commit

Permalink
CI miscellaneous fixes (#1217)
Browse files Browse the repository at this point in the history
* CI minor fixes. Allow codecov to fail.

* bump ci

---------

Co-authored-by: Mike Henry <11765982+mikemhenry@users.noreply.github.com>
  • Loading branch information
ijpulidos and mikemhenry committed Jul 27, 2023
1 parent 06bbd50 commit ae55801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ jobs:
extra-specs: |
python==${{ matrix.python-version }}
openmm==${{ matrix.openmm }}
openmmtools==0.23.0
- name: Install package
shell: bash -l {0}
Expand Down Expand Up @@ -106,4 +105,4 @@ jobs:
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
fail_ci_if_error: true
fail_ci_if_error: false
2 changes: 1 addition & 1 deletion devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- openff-units >=0.1.8
- openmm >=7.7
- openmmforcefields >=0.9.0
- openmmtools # may need to sort out ambermini/ambertools/parmed dependencies
- openmmtools >=0.23 # may need to sort out ambermini/ambertools/parmed dependencies
- openmoltools # may need to sort out ambermini/ambertools/parmed dependencies (we don't want ambertools)
- parmed # may need to sort out ambermini/ambertools/parmed dependencies
- pdbfixer
Expand Down

0 comments on commit ae55801

Please sign in to comment.