Skip to content

Commit

Permalink
run cli tests with nox
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Feb 1, 2024
1 parent cc56fdd commit d6b0ad4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
- name: Test CLI
run: |
pip install model-metadata
conda install gimli.units pymt_hydrotrend -c conda-forge
pip install .
bmi-test pymt_hydrotrend:Hydrotrend
nox -s test-cli --force-pythons="${{ matrix.python-version }}"
# pip install model-metadata
# conda install gimli.units pymt_hydrotrend -c conda-forge
# pip install .
# bmi-test pymt_hydrotrend:Hydrotrend
- name: Coveralls
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit d6b0ad4

Please sign in to comment.