diff --git a/.github/workflows/build-windows-executable-app.yaml b/.github/workflows/build-windows-executable-app.yaml index 320240e..aa632fd 100644 --- a/.github/workflows/build-windows-executable-app.yaml +++ b/.github/workflows/build-windows-executable-app.yaml @@ -274,7 +274,10 @@ jobs: sed -i 's/#import site/import site/' python-${{ env.PYTHON_VERSION }}/python311._pth - name: Install Required Packages - run: .\python-${{ env.PYTHON_VERSION }}\python -m pip install --force-reinstall -r requirements.txt --no-warn-script-location + run: | + .\python-${{ env.PYTHON_VERSION }}\python -m pip install --force-reinstall -r requirements.txt --no-warn-script-location + .\python-${{ env.PYTHON_VERSION }}\python -m pip uninstall polars --yes + .\python-${{ env.PYTHON_VERSION }}\python -m pip install 'polars-lts-cpu >= 1.0' - name: Set to offline deployment run: |