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 bb7bebc commit d10e6cbCopy full SHA for d10e6cb
.circleci/config.yml
@@ -23,8 +23,6 @@ commands:
23
pip install .\[dataframe\] --user
24
pip install .\[test\] --user
25
pytest -m "<< parameters.pytest-marker >>" tests --junitxml=test-reports/junit.xml --cov=./influxdb_client_3 --cov-report xml:coverage.xml
26
- - store_artifacts:
27
- path: coverage.xml
28
- save_cache:
29
name: Saving Pip Cache
30
key: *cache-key
0 commit comments