Skip to content

Commit

Permalink
Inspect environments in run
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Oct 6, 2023
1 parent 189748b commit 2a6d6d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,10 @@ jobs:
with:
python-version: ${{matrix.python}}

- name: Inspect environment
run: |
numba -s
- name: Run tests
run: |
python -m pytest --cov=lenskit --cov-report=xml --log-file=test.log
Expand Down Expand Up @@ -187,6 +191,10 @@ jobs:
python -m pip install -c min-constraints.txt .[test]
python -m pip install pytest-cov
- name: Inspect environment
run: |
numba -s
- name: Run tests
run: |
python -m pytest --cov=lenskit --cov-report=xml --log-file test.log
Expand Down

0 comments on commit 2a6d6d3

Please sign in to comment.