Skip to content

Commit 00fd76f

Browse files
committed
fix: pump bd version 1.6.4b5
1 parent 7de3d67 commit 00fd76f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/data-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install dependencies
6060
run: |
6161
python -m pip install --upgrade pip
62-
pip install basedosdados==1.6.4b4 pyarrow pytest toml
62+
pip install basedosdados==1.6.4b5 pyarrow pytest toml
6363
- name: Set up base dos dados environment
6464
shell: bash
6565
env:

.github/workflows/metadata-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install dependencies
3737
run: |
3838
python -m pip install --upgrade pip
39-
pip install basedosdados==1.6.4b4 toml
39+
pip install basedosdados==1.6.4b5 toml
4040
- name: Set up base dos dados environment
4141
run: python .github/workflows/env-setup/env_setup.py
4242
shell: bash

.github/workflows/table-approve.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install dependencies
3737
run: |
3838
python -m pip install --upgrade pip
39-
pip install basedosdados==1.6.4b4 toml
39+
pip install basedosdados==1.6.4b5 toml
4040
- name: Set up gcloud
4141
uses: google-github-actions/setup-gcloud@v0
4242
with:
@@ -116,7 +116,7 @@ jobs:
116116
- name: Install dependencies
117117
run: |
118118
python -m pip install --upgrade pip
119-
pip install basedosdados==1.6.4b4 pyarrow pytest toml
119+
pip install basedosdados==1.6.4b5 pyarrow pytest toml
120120
- name: Set up basedosdados environment
121121
run: |
122122
cd .github/workflows/env-setup

0 commit comments

Comments
 (0)