|
97 | 97 | rm /usr/local/bin/cmake || true |
98 | 98 | ln -s /opt/python/cp39-cp39/bin/cmake /usr/local/bin/cmake |
99 | 99 |
|
100 | | - /opt/python/cp39-cp39/bin/python -m pip install setuptools numpy tqdm |
| 100 | + /opt/python/cp39-cp39/bin/python -m pip install setuptools wheel numpy tqdm |
101 | 101 |
|
102 | 102 | cd model |
103 | 103 | /opt/python/cp39-cp39/bin/python setup.py bdist_wheel |
@@ -194,7 +194,7 @@ jobs: |
194 | 194 | mv Kiwi/models/cong/base/*.dict model/kiwipiepy_model/ |
195 | 195 | mv Kiwi/models/cong/base/combiningRule.txt model/kiwipiepy_model/ |
196 | 196 | |
197 | | - python -m pip install numpy setuptools tqdm |
| 197 | + python -m pip install numpy setuptools wheel tqdm |
198 | 198 |
|
199 | 199 | cd model |
200 | 200 | python setup.py bdist_wheel |
@@ -288,7 +288,7 @@ jobs: |
288 | 288 | mv Kiwi/models/cong/base/*.dict model/kiwipiepy_model/ |
289 | 289 | mv Kiwi/models/cong/base/combiningRule.txt model/kiwipiepy_model/ |
290 | 290 | |
291 | | - python -m pip install numpy setuptools tqdm |
| 291 | + python -m pip install numpy setuptools wheel tqdm |
292 | 292 |
|
293 | 293 | cd model |
294 | 294 | python setup.py bdist_wheel |
@@ -379,7 +379,7 @@ jobs: |
379 | 379 | architecture: ${{ matrix.architecture }} |
380 | 380 | - name: Build |
381 | 381 | run: | |
382 | | - python -m pip install --upgrade pip setuptools tqdm |
| 382 | + python -m pip install --upgrade pip setuptools wheel tqdm |
383 | 383 | python -m pip install numpy |
384 | 384 |
|
385 | 385 | mv Kiwi/models/cong/base/sj.* model/kiwipiepy_model/ |
|
0 commit comments