Skip to content

Commit

Permalink
Merge pull request #3 from mellevanderlinde/pipx_poetry
Browse files Browse the repository at this point in the history
Install poetry with pipx
  • Loading branch information
mellevanderlinde committed Feb 16, 2024
2 parents d2babce + faedd87 commit 1691a3e
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 --python $(which python)
poetry install
poetry run airflow db migrate
poetry run black . --check
Expand Down

0 comments on commit 1691a3e

Please sign in to comment.