Skip to content

Commit

Permalink
Staging/workflows fix poetry version (#646)
Browse files Browse the repository at this point in the history
*Alterando o package-mode para false no pyproject.toml"
  • Loading branch information
Winzen authored Jan 7, 2025
1 parent 8ef010d commit 298140b
Show file tree
Hide file tree
Showing 4 changed files with 4 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==1.8.5
run: pipx install poetry
- 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==1.8.5
run: pipx install poetry
- 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==1.8.5
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description = ""
license = "GPL-3.0"
name = "queries-basedosdados-dev"
version = "0.1.0"
package-mode = false

[tool.poetry.dependencies]
python = "~3.9"
Expand Down

0 comments on commit 298140b

Please sign in to comment.