Skip to content

Commit

Permalink
check import location
Browse files Browse the repository at this point in the history
  • Loading branch information
kandersolar committed Nov 5, 2024
1 parent a6995c3 commit 133ad90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main
- ci-cwd

jobs:
test:
Expand Down Expand Up @@ -75,6 +76,9 @@ jobs:
pip install .[test]
pip freeze
- name: Check import location
run: python -c "import pvlib; print(pvlib.__file__)"

- name: Run tests
shell: bash -l {0} # necessary for conda env to be active
run: |
Expand Down

0 comments on commit 133ad90

Please sign in to comment.