Skip to content

Commit

Permalink
Hack
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Apr 1, 2024
1 parent 0eedddd commit bb59386
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ jobs:

- name: Run docexamples
if: ${{ matrix.openmm == 'true' }}
run: pytest --doctest-modules $PYTEST_ARGS $COV openff --ignore=openff/units/_tests
run: pytest --doctest-modules $PYTEST_ARGS openff --ignore=openff/units/_tests

- name: Codecov
if: ${{ matrix.openmm == 'true' }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit bb59386

Please sign in to comment.