Skip to content

Commit

Permalink
run cli test outside of virtual env
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Jan 31, 2024
1 parent 97b4ff5 commit 5f2bf43
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ jobs:
run: |
pip install nox
nox -s test --force-pythons="${{ matrix.python-version }}"
nox -s test-cli --force-pythons="${{ matrix.python-version }}"
- name: Test CLI
run: |
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 5f2bf43

Please sign in to comment.