Skip to content

Commit

Permalink
Try to run coverage on oldest supported dependencies build
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Aug 21, 2022
1 parent 511ca82 commit 45d4930
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ jobs:
OLDEST_SUPPORTED_VERSION: true
DEPENDENCIES: matplotlib==3.1.3 numpy==1.17.1 scipy==1.1 imagecodecs==2020.1.31 tifffile==2020.2.16 dask==2.11.0 distributed==2.11.0 scikit-image==0.15 numba==0.52
PIP_SELECTOR: '[all,tests,coverage]'
# Hang at the end of the test suite run...
#PYTEST_ARGS_COVERAGE: --cov=. --cov-report=xml
LABEL: -oldest
PYTEST_ARGS_COVERAGE: --cov=. --cov-report=xml
LABEL: -oldest-coverage
# test minimum requirement
- os: ubuntu
PYTHON_VERSION: '3.8'
Expand Down

0 comments on commit 45d4930

Please sign in to comment.