Skip to content

Commit

Permalink
Merge branch 'main' into sinopse_docente
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx authored Jan 7, 2025
2 parents fbc453b + 8ef010d commit da586e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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

0 comments on commit da586e9

Please sign in to comment.