Skip to content

Commit f9560a3

Browse files
authored
enh: upgrade packages to try to fix GA error
1 parent 6a18297 commit f9560a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_extension_build_status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: 3.11
2020

2121
- name: Install dependencies
22-
run: pip install requests==2.31.0 pandas==2.1.1
22+
run: pip install --upgrade requests pandas numpy
2323

2424
- name: Run Python script to calculate errors
2525
run: |

0 commit comments

Comments
 (0)