Skip to content

Commit

Permalink
fix: pump bd version 1.6.4b5
Browse files Browse the repository at this point in the history
  • Loading branch information
d116626 committed Jul 1, 2022
1 parent 7de3d67 commit 00fd76f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.4b4 pyarrow pytest toml
pip install basedosdados==1.6.4b5 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.4b4 toml
pip install basedosdados==1.6.4b5 toml
- name: Set up base dos dados environment
run: python .github/workflows/env-setup/env_setup.py
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .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.4b4 toml
pip install basedosdados==1.6.4b5 toml
- name: Set up gcloud
uses: google-github-actions/setup-gcloud@v0
with:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install basedosdados==1.6.4b4 pyarrow pytest toml
pip install basedosdados==1.6.4b5 pyarrow pytest toml
- name: Set up basedosdados environment
run: |
cd .github/workflows/env-setup
Expand Down

0 comments on commit 00fd76f

Please sign in to comment.