File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments