Skip to content

Commit 133ad90

Browse files
committed
check import location
1 parent a6995c3 commit 133ad90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- ci-cwd
89

910
jobs:
1011
test:
@@ -75,6 +76,9 @@ jobs:
7576
pip install .[test]
7677
pip freeze
7778
79+
- name: Check import location
80+
run: python -c "import pvlib; print(pvlib.__file__)"
81+
7882
- name: Run tests
7983
shell: bash -l {0} # necessary for conda env to be active
8084
run: |

0 commit comments

Comments
 (0)