Skip to content

Commit

Permalink
Fixando versão do poetry temporariamente
Browse files Browse the repository at this point in the history
  • Loading branch information
Winzen committed Jan 7, 2025
1 parent 0f0ae58 commit bb2b5ed
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
separator: ','
- name: Set up poetry
run: pipx install poetry
run: pipx install poetry==1.8.5
- name: Set up python
uses: actions/setup-python@v4
with:
Expand All @@ -88,7 +88,7 @@ jobs:
with:
separator: ','
- name: Set up poetry
run: pipx install poetry
run: pipx install poetry==1.8.5
- name: Set up python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dbt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up poetry
run: pipx install poetry
run: pipx install poetry==1.8.5
- name: Set up python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up poetry
run: pipx install poetry
run: pipx install poetry==1.8.5
- name: Set up python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-dbt-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
separator: ','
- name: Set up poetry
run: pipx install poetry
run: pipx install poetry==1.8.5
- name: Set up python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_dbt_model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
separator: ','
- name: Set up poetry
run: pipx install poetry
run: pipx install poetry==1.8.5
- name: Set up python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triggers-elementary-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Set up poetry
run: pipx install poetry
run: pipx install poetry==1.8.5
- name: Set up python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit bb2b5ed

Please sign in to comment.