Skip to content

Commit

Permalink
更新ci 下载taggers (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaojin3616 authored Aug 4, 2024
2 parents bd20270 + 674962d commit ca74a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
# 安装 nltk
pip install nltk
python -c "import nltk; nltk.download('punkt'); nltk.download('averaged_perceptron_tagger')"
mv /home/runner/nltk_data ./
mv /home/runner/nltk_data/taggers ./
cd ../../
- name: Build backend and push
Expand Down

0 comments on commit ca74a45

Please sign in to comment.