File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
- name : Install dependencies
60
60
run : |
61
61
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
63
63
- name : Set up base dos dados environment
64
64
shell : bash
65
65
env :
Original file line number Diff line number Diff line change 36
36
- name : Install dependencies
37
37
run : |
38
38
python -m pip install --upgrade pip
39
- pip install basedosdados==1.6.4b4 toml
39
+ pip install basedosdados==1.6.4b5 toml
40
40
- name : Set up base dos dados environment
41
41
run : python .github/workflows/env-setup/env_setup.py
42
42
shell : bash
Original file line number Diff line number Diff line change 36
36
- name : Install dependencies
37
37
run : |
38
38
python -m pip install --upgrade pip
39
- pip install basedosdados==1.6.4b4 toml
39
+ pip install basedosdados==1.6.4b5 toml
40
40
- name : Set up gcloud
41
41
uses : google-github-actions/setup-gcloud@v0
42
42
with :
@@ -116,7 +116,7 @@ jobs:
116
116
- name : Install dependencies
117
117
run : |
118
118
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
120
120
- name : Set up basedosdados environment
121
121
run : |
122
122
cd .github/workflows/env-setup
You can’t perform that action at this time.
0 commit comments