Skip to content

Commit 029c3fd

Browse files
committed
chore: only use pyproject.toml
1 parent 802eb43 commit 029c3fd

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
docker compose version
3232
python3 -m pip install --upgrade pip
3333
pip install flake8 pytest
34-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
34+
pip install -e .
3535
3636
- name: Lint with flake8
3737
run: |

requirements.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)