Skip to content

Commit

Permalink
[infra] pump version 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascr91 committed Oct 4, 2022
1 parent a555e8c commit c9e4f69
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.6 pyarrow pytest toml
pip install basedosdados==1.6.7 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.6 toml
pip install basedosdados==1.6.7 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.6 toml
pip install basedosdados==1.6.7 toml
- name: Set up gcloud
uses: google-github-actions/setup-gcloud@v0
with:
Expand Down

0 comments on commit c9e4f69

Please sign in to comment.