diff --git a/.github/workflows/recce-ci.yml b/.github/workflows/recce-ci.yml index ae3fead33..163f34f31 100644 --- a/.github/workflows/recce-ci.yml +++ b/.github/workflows/recce-ci.yml @@ -26,11 +26,11 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.11.x" + python-version: "3.12.x" - name: Install dependencies run: | - pipx install poetry==1.2.0 + pipx install poetry==1.7.1 poetry install poetry shell which dbt