Skip to content

Commit

Permalink
update pytest args
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Jul 6, 2024
1 parent 86e6360 commit e0b0205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: python -m pip install -e .

- name: Test (OS -> ${{ matrix.os }} / Python -> ${{ matrix.python-version }})
run: python -m pytest -v --cov=gmso --cov-report=xml --cov-append --cov-config=setup.cfg --color yes --pyargs gmso
run: python -m pytest -v --cov=msibi --cov-report=xml --cov-append --cov-config=setup.cfg --color yes --pyarg msibi

- name: Upload Coverage Report
uses: codecov/codecov-action@v2
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
run: python -m pip install -e .

- name: Test (OS -> ${{ matrix.os }} / Python -> ${{ matrix.python-version }})
run: python -m pytest -v --color yes --pyargs gmso
run: python -m pytest -v --color yes --pyargs msibi

0 comments on commit e0b0205

Please sign in to comment.