Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5374c7f

Browse files
committed
ci: Install dependencies build
1 parentd54a33b commit5374c7f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

‎.gitlab-ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build:
44
stage:build
55
before_script:
66
-apt-get update -y
7-
-apt-get install -y make sfst python3 python-is-python3 python3-pip
7+
-apt-get install -y make sfst python3 python-is-python3 python3-pip python3-build
88
script:
99
-make
1010
artifacts:
@@ -16,7 +16,7 @@ test:
1616
stage:test
1717
before_script:
1818
-apt-get update -y
19-
-apt-get install -y make sfst python3 python-is-python3 python3-pip locales
19+
-apt-get install -y make sfst python3 python-is-python3 python3-pippython3-buildlocales
2020
-locale-gen ml_IN.UTF-8
2121
script:
2222
-LC_ALL=ml_IN.UTF-8 make test

‎python/Makefile‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
all:
22
@mkdir -p mlmorph/data
33
cp ../malayalam.a mlmorph/data/malayalam.a
4-
pip install build
54
python -m build --sdist
65
pip install -e.
76

@@ -10,6 +9,5 @@ clean:
109

1110
upload:
1211
rm -rf dist
13-
pip install build twine
1412
python -m build --sdist
1513
python -m twine upload dist/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp