yogie27 commited on
Commit
02e3a67
·
verified ·
1 Parent(s): 3fc9608

Create main.yml

Browse files
Files changed (1) hide show
  1. main.yml +22 -0
main.yml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Download Polyglot Models
2
+
3
+ on:
4
+ workflow_dispatch:
5
+
6
+ jobs:
7
+ download_models:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Checkout repository
11
+ uses: actions/checkout@v2
12
+
13
+ - name: Setup Python
14
+ uses: actions/setup-python@v2
15
+ with:
16
+ python-version: '3.x'
17
+
18
+ - name: Install Polyglot
19
+ run: pip install polyglot
20
+
21
+ - name: Download Models
22
+ run: python setup.py