File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 46
46
- name : install-py-dependencies
47
47
shell : bash
48
48
run : |
49
- pip install schemachange
49
+ pip install schemachange==3.6.1
50
+ pip install numpy==1.26.4
51
+ pip install pandas==1.5.3
50
52
51
53
- name : deploy synapse_data_warehouse
52
54
shell : bash
@@ -129,7 +131,9 @@ jobs:
129
131
- name : install-py-dependencies
130
132
shell : bash
131
133
run : |
132
- pip install schemachange
134
+ pip install schemachange==3.6.1
135
+ pip install numpy==1.26.4
136
+ pip install pandas==1.5.3
133
137
134
138
- name : deploy warehouses
135
139
shell : bash
@@ -166,7 +170,9 @@ jobs:
166
170
- name : install-py-dependencies
167
171
shell : bash
168
172
run : |
169
- pip install schemachange
173
+ pip install schemachange==3.6.1
174
+ pip install numpy==1.26.4
175
+ pip install pandas==1.5.3
170
176
171
177
- name : deploy synapse_data_warehouse
172
178
shell : bash
You can’t perform that action at this time.
0 commit comments