mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Fix directory referenceds in pypi.yml configuration for compiled folder
This commit is contained in:
2
.github/workflows/pypi.yml
vendored
2
.github/workflows/pypi.yml
vendored
@@ -48,7 +48,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.9/x64/lib/python3.11/site-packages/khoj/interface/compiled/* src/khoj/interface/built/
|
cp -r /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/khoj/interface/compiled/* src/khoj/interface/compiled/
|
||||||
|
|
||||||
- name: ⚙️ Build Python Package
|
- name: ⚙️ Build Python Package
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user