We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a18297 commit f9560a3Copy full SHA for f9560a3
.github/workflows/check_extension_build_status.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: 3.11
20
21
- name: Install dependencies
22
- run: pip install requests==2.31.0 pandas==2.1.1
+ run: pip install --upgrade requests pandas numpy
23
24
- name: Run Python script to calculate errors
25
run: |
0 commit comments