We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d243d14 commit c3471aeCopy full SHA for c3471ae
.github/workflows/build-windows-executable-app.yaml
@@ -277,7 +277,7 @@ jobs:
277
run: |
278
.\python-${{ env.PYTHON_VERSION }}\python -m pip install --force-reinstall -r requirements.txt --no-warn-script-location
279
.\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
+ .\python-${{ env.PYTHON_VERSION }}\python -m pip install 'polars-lts-cpu >= 1.0'
281
282
- name: Set to offline deployment
283
0 commit comments