Skip to content

Commit 85f9dcb

Browse files
authored
Merge pull request #405 from naik-aakash/update_featurizers
update test durations
2 parents e244e2f + e3bddd1 commit 85f9dcb

File tree

2 files changed

+189
-140
lines changed

2 files changed

+189
-140
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
MPLBACKEND: Agg # non-interactive backend for matplotlib
6868
run: |
6969
micromamba activate lobpy
70-
pytest --cov=lobsterpy --cov-report term-missing --cov-append --splits 5 --group ${{ matrix.split }} -vv --durations-path ./tests/test_data/.pytest-split-durations
70+
pytest --cov=lobsterpy --cov-report term-missing --cov-append --splits 5 --group ${{ matrix.split }} -vv --durations-path ./tests/test_data/.pytest-split-durations --store-durations
7171
7272
- name: Upload coverage
7373
if: matrix.python-version == '3.10'

0 commit comments

Comments
 (0)