Skip to content

Commit

Permalink
Install poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
ifoukarakis committed Dec 14, 2023
1 parent 7dc3a4f commit 15eaeda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-airflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
with:
fetch-depth: 1

- name: Install Poetry
run: pipx install poetry

- uses: actions/setup-python@v4
with:
python-version: '3.10.10' # This is the python version in the airflow docker image currently used
Expand Down

0 comments on commit 15eaeda

Please sign in to comment.