Skip to content

Commit

Permalink
Revert "[Fix] Travar versão do poetry para 1.8.5" (#648)
Browse files Browse the repository at this point in the history
* Revert "Travar versão do poetry para 1.8.5"
This reverts commit 8ef010d.
  • Loading branch information
Winzen authored Jan 7, 2025
1 parent 6283617 commit 6f1aa85
Show file tree
Hide file tree
Showing 5 changed files with 1,483 additions and 1,552 deletions.
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 @@ -19,7 +19,7 @@ jobs:
secrets: |
secret/data/queries_credentials/<GCP_PROJECT_NAME> GCP_SA_KEY | GCP_SA_KEY;
- 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/metadata_automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
secrets: |
secret/data/queries_credentials/basedosdados-dev GCP_SA_KEY_BASE64 | GCP_SA_KEY_BASE64;
- 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
Loading

0 comments on commit 6f1aa85

Please sign in to comment.