Skip to content

Commit

Permalink
install package in test
Browse files Browse the repository at this point in the history
  • Loading branch information
dominichofer committed Mar 18, 2024
1 parent 221453f commit 872aba6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
pip install .
- name: Test with pytest
run: |
pytest

0 comments on commit 872aba6

Please sign in to comment.