Skip to content

Commit dbc562b

Browse files
committed
Update pip install commands to include 'wheel' package
1 parent 34bcd5e commit dbc562b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pull_request_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
rm /usr/local/bin/cmake || true
9898
ln -s /opt/python/cp39-cp39/bin/cmake /usr/local/bin/cmake
9999
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
101101
102102
cd model
103103
/opt/python/cp39-cp39/bin/python setup.py bdist_wheel
@@ -194,7 +194,7 @@ jobs:
194194
mv Kiwi/models/cong/base/*.dict model/kiwipiepy_model/
195195
mv Kiwi/models/cong/base/combiningRule.txt model/kiwipiepy_model/
196196
197-
python -m pip install numpy setuptools tqdm
197+
python -m pip install numpy setuptools wheel tqdm
198198
199199
cd model
200200
python setup.py bdist_wheel
@@ -288,7 +288,7 @@ jobs:
288288
mv Kiwi/models/cong/base/*.dict model/kiwipiepy_model/
289289
mv Kiwi/models/cong/base/combiningRule.txt model/kiwipiepy_model/
290290
291-
python -m pip install numpy setuptools tqdm
291+
python -m pip install numpy setuptools wheel tqdm
292292
293293
cd model
294294
python setup.py bdist_wheel
@@ -379,7 +379,7 @@ jobs:
379379
architecture: ${{ matrix.architecture }}
380380
- name: Build
381381
run: |
382-
python -m pip install --upgrade pip setuptools tqdm
382+
python -m pip install --upgrade pip setuptools wheel tqdm
383383
python -m pip install numpy
384384
385385
mv Kiwi/models/cong/base/sj.* model/kiwipiepy_model/

0 commit comments

Comments
 (0)