Skip to content

Commit

Permalink
install with -e
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Feb 9, 2024
1 parent 019e7bb commit 70c274c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- run: pip install -r src/python-fastui/requirements/test.txt
- run: pip install -r src/python-fastui/requirements/pyproject.txt
- run: pip install src/python-fastui
- run: pip install -e src/python-fastui

- run: coverage run --debug=trace -m pytest src
# display coverage and fail if it's below 80%, which shouldn't happen
Expand Down

0 comments on commit 70c274c

Please sign in to comment.