File tree Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Expand file tree Collapse file tree 3 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 14
14
- name : Checkout repository
15
15
uses : actions/checkout@v3
16
16
17
+ - name : Set up Python
18
+ uses : actions/setup-python@v5
19
+ with :
20
+ python-version : ' 3.x'
21
+
22
+ - name : Install dependencies
23
+ run : pip install nltk
24
+
17
25
- name : Install make
18
26
run : sudo apt-get update && sudo apt-get install -y make
19
27
Original file line number Diff line number Diff line change 1
- <package >
2
- <id >mock_corpus</id >
3
- <name >Mock Corpus</name >
4
- <description >This is a mock corpus for testing the index.xml automation workflow. It can be safely added and removed.</description >
5
- <checksum type =" md5" >8136ac6c6ad5fc5f7c11211177166490</checksum >
6
- <filesize >454</filesize >
7
- <unzip >true</unzip >
8
- <license type =" free" >Test-only</license >
9
- <url >mock_corpus.zip</url >
10
- <readme >mock_corpus_README.txt</readme >
11
- </package >
1
+ <package
2
+ id =" mock_corpus"
3
+ name =" Mock Corpus"
4
+ description =" This is a mock corpus for testing the index.xml automation workflow. It can be safely added and removed."
5
+ unzip =" 1"
6
+ license =" Public Domain"
7
+ />
You can’t perform that action at this time.
0 commit comments