Skip to content

Commit c3471ae

Browse files
committed
fix command line
1 parent d243d14 commit c3471ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows-executable-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
run: |
278278
.\python-${{ env.PYTHON_VERSION }}\python -m pip install --force-reinstall -r requirements.txt --no-warn-script-location
279279
.\python-${{ env.PYTHON_VERSION }}\python -m pip uninstall polars --yes
280-
.\python-${{ env.PYTHON_VERSION }}\python -m pip install 'polars-lts-cpu >= 1.0' --yes
280+
.\python-${{ env.PYTHON_VERSION }}\python -m pip install 'polars-lts-cpu >= 1.0'
281281
282282
- name: Set to offline deployment
283283
run: |

0 commit comments

Comments
 (0)