Skip to content

Commit

Permalink
make sure package is installed in unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelquast committed Dec 20, 2023
1 parent 223086b commit 277cc67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testMaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
# do this to ensure proper activation of conda environment
shell: bash -l {0}
run: |
pip install -e .[all]
python -m pytest --cov=eomaps --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 277cc67

Please sign in to comment.