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 eb4b58b commit d60a2aeCopy full SHA for d60a2ae
.circleci/config.yml
@@ -48,7 +48,7 @@ jobs:
48
name: "Running tests"
49
command: |
50
cd home/my_env
51
- sudo source bin/activate
+ source bin/activate
52
sudo pip3 install influxdb3-python
53
sudo python3
54
from influxdb_client_3 import InfluxDBClient3
0 commit comments