Skip to content

Commit b146824

Browse files
committed
try import-mode
1 parent a9482d7 commit b146824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
shell: bash -l {0} # necessary for conda env to be active
8484
run: |
8585
# ignore iotools; those tests are run in a separate workflow
86-
pytest pvlib --cov=./ --cov-report=xml --ignore=pvlib/tests/iotools
86+
pytest pvlib --import-mode=append --cov=./ --cov-report=xml --ignore=pvlib/tests/iotools
8787
8888
- name: Upload coverage to Codecov
8989
if: matrix.python-version == 3.9 && matrix.suffix == '' && matrix.os == 'ubuntu-latest' && matrix.environment-type == 'conda'

0 commit comments

Comments
 (0)