Skip to content

Commit 15cad32

Browse files
authored
Merge pull request #65 from Sage-Bionetworks/IBCDPE-989-lock-pkg-versions
[SNOW-92] Lock numpy and pandas vers in ci.yaml
2 parents 21e3bc6 + 8424cc6 commit 15cad32

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/ci.yaml

+9-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
- name: install-py-dependencies
4747
shell: bash
4848
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
5052
5153
- name: deploy synapse_data_warehouse
5254
shell: bash
@@ -129,7 +131,9 @@ jobs:
129131
- name: install-py-dependencies
130132
shell: bash
131133
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
133137
134138
- name: deploy warehouses
135139
shell: bash
@@ -166,7 +170,9 @@ jobs:
166170
- name: install-py-dependencies
167171
shell: bash
168172
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
170176
171177
- name: deploy synapse_data_warehouse
172178
shell: bash

0 commit comments

Comments
 (0)