Skip to content

Commit

Permalink
Update python and poetry version
Browse files Browse the repository at this point in the history
Signed-off-by: Wei-Chun, Chang <[email protected]>
  • Loading branch information
wcchang1115 committed May 16, 2024
1 parent ab0ac04 commit c3fa4af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/recce-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3fa4af

Please sign in to comment.