Skip to content

Commit

Permalink
only install dependencies for testing, not actuall package
Browse files Browse the repository at this point in the history
  • Loading branch information
bleykauf committed Nov 24, 2023
1 parent d588949 commit e241c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .[tests]
pip remove meer_tec # only keep dependencies
- name: Run pytest
run: pytest .
- name: Run mypy
Expand Down

0 comments on commit e241c7f

Please sign in to comment.