Fix web app packaging for pypi since upgrade to python 3.11.12 in CI

This commit is contained in:
Debanjum
2025-04-19 17:53:00 +05:30
parent 79fc911633
commit ab29ffd799
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ jobs:
- name: 📂 Copy Generated Files
run: |
mkdir -p src/khoj/interface/compiled
cp -r /opt/hostedtoolcache/Python/3.11.11/x64/lib/python3.11/site-packages/khoj/interface/compiled/* src/khoj/interface/compiled/
cp -r /opt/hostedtoolcache/Python/3.11.12/x64/lib/python3.11/site-packages/khoj/interface/compiled/* src/khoj/interface/compiled/
- name: ⚙️ Build Python Package
run: |