mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-12-18 10:37:11 +00:00
Update file path of python installation
This commit is contained in:
parent
144f283a25
commit
e74e922cea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pypi.yml
vendored
2
.github/workflows/pypi.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
- name: 📂 Copy Generated Files
|
- name: 📂 Copy Generated Files
|
||||||
run: |
|
run: |
|
||||||
mkdir -p src/khoj/interface/compiled
|
mkdir -p src/khoj/interface/compiled
|
||||||
cp -r /opt/hostedtoolcache/Python/3.11.10/x64/lib/python3.11/site-packages/khoj/interface/compiled/* 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/
|
||||||
|
|
||||||
- name: ⚙️ Build Python Package
|
- name: ⚙️ Build Python Package
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue