Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit d36a37b

Browse files
gkorlandCopilot
andauthored
Update .github/workflows/python-app.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7983fff commit d36a37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
uv pip install --system flake8 pytest
31-
uv pip install --system -e .
31+
uv pip install --system .
3232
- name: Lint with flake8
3333
run: |
3434
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)