fix tests.yml (#2688)
Browse files### What problem does this PR solve?
fix tests.yml
### Type of change
- [ ] Bug Fix (non-breaking change which fixes an issue)
- [ ] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [x] Other (please describe):
CI
.github/workflows/tests.yml
CHANGED
@@ -48,7 +48,7 @@ jobs:
|
|
48 |
- name: Build ragflow:dev-slim
|
49 |
run: |
|
50 |
RUNNER_WORKSPACE_PREFIX=${RUNNER_WORKSPACE_PREFIX:-$HOME}
|
51 |
-
|
52 |
sudo docker build -f Dockerfile.slim -t infiniflow/ragflow:dev-slim .
|
53 |
|
54 |
- name: Build ragflow:dev
|
|
|
48 |
- name: Build ragflow:dev-slim
|
49 |
run: |
|
50 |
RUNNER_WORKSPACE_PREFIX=${RUNNER_WORKSPACE_PREFIX:-$HOME}
|
51 |
+
cp -r ${RUNNER_WORKSPACE_PREFIX}/huggingface.co .
|
52 |
sudo docker build -f Dockerfile.slim -t infiniflow/ragflow:dev-slim .
|
53 |
|
54 |
- name: Build ragflow:dev
|