Skip to content

Commit 9963f1d

Browse files
committed
Minor change
1 parent b94a692 commit 9963f1d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/check-pypi-wheels-actions.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
- name: Upgrade Pip
2323
run: python -m pip install --upgrade pip
2424
shell: bash
25-
- name: Install STUMPY And Other Dependencies
26-
run: python -m pip install stumpy[ci]
25+
- name: Install STUMPY Dependencies
26+
run: |
27+
python -m pip install stumpy[ci]
28+
python -m pip install polars
2729
shell: bash
2830
- name: Install OpenMP
2931
run: |

0 commit comments

Comments
 (0)