Skip to content

Commit ad3e9be

Browse files
committed
Update build script #805
1 parent 6b926cc commit ad3e9be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
run: |
4949
pip install -U wheel
5050
pip install .[all,dev] fasttext==0.9.2 pillow==10.4.0
51+
pip cache purge
5152
python -c "import nltk; nltk.download(['punkt', 'punkt_tab', 'averaged_perceptron_tagger_eng'])"
5253
python --version
5354
make data coverage

0 commit comments

Comments
 (0)