Skip to content

Commit

Permalink
[infra] dump version 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascr91 committed Sep 30, 2022
1 parent 47a9f46 commit 5b52073
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/data-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install basedosdados==1.6.5 pyarrow pytest toml
pip install basedosdados==1.6.6 pyarrow pytest toml
- name: Set up base dos dados environment
shell: bash
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metadata-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install basedosdados==1.6.5 toml
pip install basedosdados==1.6.6 toml
- name: Set up base dos dados environment
run: python .github/workflows/env-setup/env_setup.py
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/table-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install basedosdados==1.6.5 toml
pip install basedosdados==1.6.6 toml
- name: Set up gcloud
uses: google-github-actions/setup-gcloud@v0
with:
Expand Down

0 comments on commit 5b52073

Please sign in to comment.