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 b94a692 commit 9963f1dCopy full SHA for 9963f1d
.github/workflows/check-pypi-wheels-actions.yml
@@ -22,8 +22,10 @@ jobs:
22
- name: Upgrade Pip
23
run: python -m pip install --upgrade pip
24
shell: bash
25
- - name: Install STUMPY And Other Dependencies
26
- run: python -m pip install stumpy[ci]
+ - name: Install STUMPY Dependencies
+ run: |
27
+ python -m pip install stumpy[ci]
28
+ python -m pip install polars
29
30
- name: Install OpenMP
31
run: |
0 commit comments