File tree 3 files changed +11
-51
lines changed
3 files changed +11
-51
lines changed Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
- uses : actions/checkout@v2
12
- - name : Set up Python 3.7
12
+ - name : Set up Python 3.9
13
13
uses : actions/setup-python@v1
14
14
with :
15
- python-version : 3.7
15
+ python-version : 3.9
16
16
- name : Install dependencies
17
17
run : |
18
18
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
- uses : actions/checkout@v2
12
- - name : Set up Python 3.7
12
+ - name : Set up Python 3.9
13
13
uses : actions/setup-python@v1
14
14
with :
15
- python-version : 3.7
15
+ python-version : 3.9
16
16
- name : Install dependencies
17
17
run : |
18
18
python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 1
- apache-beam [gcp ]> 2.19.0
2
- attrs == 19.3.0
3
- avro-python3 == 1.9.2.1
4
- cachetools == 3.1.1
5
- certifi == 2019.11.28
6
- chardet == 3.0.4
7
- crcmod == 1.7
8
- dill == 0.3.1.1
9
- docopt == 0.6.2
10
- docutils == 0.15.2
11
- fastavro == 0.21.24
12
- fasteners == 0.15
13
- future == 0.18.2
14
- gensim == 3.8.1
15
- google-cloud-bigquery >= 1.17.1
16
- hdfs == 2.5.8
17
- idna == 2.9
18
- importlib-metadata == 1.5.0
19
- jmespath == 0.9.5
20
- mock == 2.0.0
21
- monotonic == 1.5
22
- more-itertools == 8.2.0
23
- packaging == 20.1
24
- pbr == 5.4.4
25
- pluggy == 0.13.1
26
- py >= 1.10.0
27
- pyarrow == 0.15.1
28
- pyasn1 == 0.4.8
29
- pyasn1-modules == 0.2.8
30
- pycld2 == 0.41
31
- pydot == 1.4.1
32
- pymongo == 3.10.1
33
- pyparsing == 2.4.6
34
- pytest == 5.3.5
35
- python-dateutil == 2.8.1
36
- pytz == 2019.3
37
- requests == 2.23.0
38
- rsa >= 4.7
39
- s3transfer == 0.3.3
40
- scipy == 1.4.1
41
- six == 1.14.0
42
- smart-open == 1.9.0
43
- tqdm == 4.43.0
44
- typing == 3.7.4.1
45
- typing-extensions == 3.7.4.1
46
- wcwidth == 0.1.8
47
- zipp == 3.0.0
1
+ apache-beam [gcp ]
2
+ chardet
3
+ gensim
4
+ google-cloud-bigquery
5
+ pycld2
6
+ requests
7
+ tqdm
48
8
pre-commit
49
9
coverage
You can’t perform that action at this time.
0 commit comments