We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8d818 commit 1c2c00cCopy full SHA for 1c2c00c
.circleci/config.yml
@@ -182,13 +182,9 @@ jobs:
182
pip install pydocstyle --user
183
pydocstyle --count influxdb_client_3
184
185
-
186
workflows:
187
version: 2
188
build:
189
- when:
190
- not:
191
- equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
192
jobs:
193
- check-code-style
194
# - check-docstyle
@@ -204,9 +200,3 @@ workflows:
204
200
name: test-integration
205
201
python-image: << pipeline.parameters.default-python-image >>
206
202
pytest-marker: "integration"
207
208
- nightly:
209
210
211
- jobs:
212
- - tests-python
0 commit comments