diff --git a/open-webui.yaml b/open-webui.yaml index 9e08965698d..fd2b7770f17 100644 --- a/open-webui.yaml +++ b/open-webui.yaml @@ -1,7 +1,7 @@ package: name: open-webui - version: "0.6.41" - epoch: 2 + version: "0.6.43" + epoch: 0 description: User-friendly AI Interface (Supports Ollama, OpenAI API, ...) copyright: - license: BSD-3-Clause @@ -56,7 +56,7 @@ environment: pipeline: - uses: git-checkout with: - expected-commit: 6f1486ffd0cb288d0e21f41845361924e0d742b3 + expected-commit: a7271532f8a38da46785afcaa7e65f9a45e7d753 repository: https://github.com/open-webui/open-webui tag: v${{package.version}} @@ -98,7 +98,7 @@ pipeline: runs: | find .venv -type d -name '__pycache__' -exec rm -rf {} + find .venv -type f -name '*.pyc' -exec rm -rf {} + - find .venv -type d -name "tests" -exec rm -rf {} + + find .venv -type d -name "tests" ! -path "*/site-packages/*" -exec rm -rf {} + - name: Use Python in virtual environment runs: | @@ -165,6 +165,7 @@ test: - curl - jq - wait-for-it + - py${{vars.python-version}}-numpy environment: PATH: /usr/share/open-webui/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin pipeline: