Skip to content

Commit

Permalink
Install poetry with pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
Melle committed Feb 16, 2024
1 parent d2babce commit 9ea8256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Lint and test Python files
run: |
pip install poetry
pipx install poetry
poetry install
poetry run airflow db migrate
poetry run black . --check
Expand Down

0 comments on commit 9ea8256

Please sign in to comment.