Skip to content

Commit

Permalink
Instead install with -e in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Apr 24, 2024
1 parent fd8e5bf commit ae0fa66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade wheel pip setuptools
pip install .
pip install -e .
- name: Populate database
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ branch = true
include = ["src/too/*"]
omit = [
"*/__init__.py",
"*/validate.py"
"src/too/validate.py"
]

[tool.coverage.report]
Expand Down

0 comments on commit ae0fa66

Please sign in to comment.