From b146824c17550b79d7b4ffdc8fbbd8bf29024817 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Tue, 5 Nov 2024 09:26:53 -0500 Subject: [PATCH] try import-mode --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b2720b633..be6936197 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -83,7 +83,7 @@ jobs: shell: bash -l {0} # necessary for conda env to be active run: | # ignore iotools; those tests are run in a separate workflow - pytest pvlib --cov=./ --cov-report=xml --ignore=pvlib/tests/iotools + pytest pvlib --import-mode=append --cov=./ --cov-report=xml --ignore=pvlib/tests/iotools - name: Upload coverage to Codecov if: matrix.python-version == 3.9 && matrix.suffix == '' && matrix.os == 'ubuntu-latest' && matrix.environment-type == 'conda'