Skip to content

Commit 8eb4c3f

Browse files
authored
ci: Use node v12 (appium#585)
* Use node 12 on ci * Update copyright * Update README for doc * tweak * fix copyright * try py310 * remove py310
1 parent 3c31a65 commit 8eb4c3f

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

ci-jobs/functional/run_appium.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
steps:
22
- task: NodeTool@0
33
inputs:
4-
versionSpec: '11.x'
5-
displayName: Install Node 11.x
4+
versionSpec: '12.x'
5+
displayName: Install Node 12.x
66
- script: npm install -g appium@beta --chromedriver_version='2.44'
77
displayName: Install appium
88
- script: npm install -g opencv4nodejs

docs/README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
1-
### How to generate doc
2-
3-
```bash
4-
$cd python-client/docs
5-
$pip install -r requirements.txt
6-
$bash generate.sh
7-
```
8-
91
### How to check generated doc
102

113
```bash
124
$cd python-client/docs
5+
$pip install -r requirements.txt
136
$bash generate.sh
147
$cd python-client/docs/_build/html
158
$python -m http.server 1234
@@ -19,4 +12,4 @@ Access to http://localhost:1234 on web browser
1912

2013

2114
### How to deploy generated doc
22-
See https://github.com/ki4070ma/python-client-sphinx#how-to-deploy for now
15+
Handled at https://github.com/ki4070ma/python-client-sphinx

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project = 'Python client 1.0'
22-
copyright = '2020, Appium'
22+
copyright = '2020-2021, Appium'
2323
author = 'Appium'
2424

2525
# The full version, including alpha/beta/rc tags

0 commit comments

Comments
 (0)