We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9482d7 commit b146824Copy full SHA for b146824
.github/workflows/pytest.yml
@@ -83,7 +83,7 @@ jobs:
83
shell: bash -l {0} # necessary for conda env to be active
84
run: |
85
# ignore iotools; those tests are run in a separate workflow
86
- pytest pvlib --cov=./ --cov-report=xml --ignore=pvlib/tests/iotools
+ pytest pvlib --import-mode=append --cov=./ --cov-report=xml --ignore=pvlib/tests/iotools
87
88
- name: Upload coverage to Codecov
89
if: matrix.python-version == 3.9 && matrix.suffix == '' && matrix.os == 'ubuntu-latest' && matrix.environment-type == 'conda'
0 commit comments