Skip to content

Commit

Permalink
try to install trtools within CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Oct 30, 2023
1 parent 90d1585 commit 38565e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-cov
pip install pytest pytest-cov trtools
- name: Test with pytest
run: python -m pytest --cov=. --cov-report term-missing --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml
- name: Upload pytest test results
Expand Down

0 comments on commit 38565e8

Please sign in to comment.