Skip to content

Commit

Permalink
move "startup" target from makefile to python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bulricht authored Mar 13, 2024
1 parent 73eedc1 commit 0647817
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: |
pip install poetry
make init-dev
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 0647817

Please sign in to comment.