Skip to content

Commit ae51261

Browse files
committed
fix: import lib name
1 parent e5b959b commit ae51261

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Test wheel installation
119119
run: |
120120
pip install dist/*.whl
121-
python -c "import polars_ta; print('Import successful')"
121+
python -c "import polars_talib; print('Import successful')"
122122
123123
linux-arm:
124124
runs-on: ubuntu-24.04-arm
@@ -164,7 +164,7 @@ jobs:
164164
- name: Test wheel installation
165165
run: |
166166
pip install dist/*.whl
167-
python -c "import polars_ta; print('Import successful')"
167+
python -c "import polars_talib; print('Import successful')"
168168
169169
170170
windows:
@@ -209,7 +209,7 @@ jobs:
209209
- name: Test wheel installation
210210
run: |
211211
pip install dist/*.whl
212-
python -c "import polars_ta; print('Import successful')"
212+
python -c "import polars_talib; print('Import successful')"
213213
214214
macos:
215215
runs-on: macos-latest
@@ -244,7 +244,7 @@ jobs:
244244
- name: Test wheel installation
245245
run: |
246246
pip install dist/*.whl
247-
python -c "import polars_ta; print('Import successful')"
247+
python -c "import polars_talib; print('Import successful')"
248248
249249
release:
250250
name: Release

0 commit comments

Comments
 (0)