File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -31,31 +31,25 @@ jobs:
3131 python-version : ${{ matrix.python-version }}
3232 cache : " pip"
3333 - name : Install build tools
34- shell : powershell
3534 run : |
3635 python -m pip install --upgrade "pip<24.1" "setuptools==73.0.1"
3736 python -m pip install coverage coveralls
3837 - name : Install ICU
39- shell : powershell
4038 run : |
4139 python -m pip install "https://github.com/cgohlke/pyicu-build/releases/download/v2.14/PyICU-2.14-cp310-cp310-win_amd64.whl"
4240 # if needed, get pip wheel link from https://github.com/cgohlke/pyicu-build/releases
4341 - name : Install PyTorch
44- shell : powershell
4542 run : python -m pip install torch
4643 # if needed, get pip wheel link from http://download.pytorch.org/whl/torch/
4744 # - name: Install dependencies
48- # shell: powershell
4945 # env:
5046 # SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL: True
5147 # run: |
5248 # python -m pip install -r docker_requirements.txt
5349 - name : Install PyThaiNLP
54- shell : powershell
5550 run : |
5651 python -m pip install .
5752 - name : Test
58- shell : powershell
5953 env :
6054 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6155 COVERALLS_SERVICE_NAME : github
You can’t perform that action at this time.
0 commit comments