Skip to content

Commit

Permalink
fix tests.yml (#2688)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
yuzhichang authored Sep 30, 2024
1 parent 6442957 commit c80d311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build ragflow:dev-slim
run: |
RUNNER_WORKSPACE_PREFIX=${RUNNER_WORKSPACE_PREFIX:-$HOME}
ln -s ${RUNNER_WORKSPACE_PREFIX}/huggingface.co huggingface.co
cp -r ${RUNNER_WORKSPACE_PREFIX}/huggingface.co .
sudo docker build -f Dockerfile.slim -t infiniflow/ragflow:dev-slim .
- name: Build ragflow:dev
Expand Down

0 comments on commit c80d311

Please sign in to comment.