File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,8 @@ commands:
22
22
- restore_cache :
23
23
name : Restoring Pip Cache
24
24
keys :
25
- - &cache-key pip-cache-v9-<< parameters.python-image >>-<< parameters.enabled-ciso-8601 >>-{{ checksum "setup.py" }}
26
- - pip-cache-v9-<< parameters.python-image >>-<< parameters.enabled-ciso-8601 >>-
27
- - run :
28
- command : | # use pipenv to install dependencies
29
- sudo pip install pipenv
25
+ - &cache-key pip-cache-v11-<< parameters.python-image >>-<< parameters.enabled-ciso-8601 >>-{{ checksum "setup.py" }}
26
+ - pip-cache-v11-<< parameters.python-image >>-<< parameters.enabled-ciso-8601 >>-
30
27
- run :
31
28
name : " Running tests"
32
29
command : ./scripts/ci-test.sh
46
43
parameters :
47
44
python-image :
48
45
type : string
49
- default : &default-python "circleci /python:3.6-buster "
46
+ default : &default-python "cimg /python:3.6"
50
47
influxdb-image :
51
48
type : string
52
49
default : &default-influxdb "influxdb:latest"
93
90
- run :
94
91
name : Checks that the description will render correctly on PyPI.
95
92
command : |
93
+ pip install --upgrade pip
96
94
pip install twine --user
97
95
python setup.py sdist bdist_wheel
98
96
twine check dist/*
@@ -173,13 +171,13 @@ workflows:
173
171
influxdb-image : " quay.io/influxdb/influxdb:nightly"
174
172
- tests-python :
175
173
name : test-3.7
176
- python-image : " circleci /python:3.7-buster "
174
+ python-image : " cimg /python:3.7"
177
175
- tests-python :
178
176
name : test-3.8
179
- python-image : " circleci /python:3.8-buster "
177
+ python-image : " cimg /python:3.8"
180
178
- tests-python :
181
179
name : test-3.9
182
- python-image : " circleci /python:3.9-buster "
180
+ python-image : " cimg /python:3.9"
183
181
184
182
nightly :
185
183
triggers :
Original file line number Diff line number Diff line change 7
7
8
8
### Bug Fixes
9
9
1 . [ #321 ] ( https://github.com/influxdata/influxdb-client-python/pull/321 ) : Fixes return type for dashboard when ` include=properties ` is used
10
+
11
+ ### CI
12
+ 1 . [ #327 ] ( https://github.com/influxdata/influxdb-client-python/pull/327 ) : Switch to next-gen CircleCI's convenience images
10
13
11
14
## 1.20.0 [ 2021-08-20]
12
15
You can’t perform that action at this time.
0 commit comments