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 a2ed1b3 commit 40dd273Copy full SHA for 40dd273
1 file changed
.circleci/config.yml
@@ -44,11 +44,12 @@ jobs:
44
- run: "sudo apt install -y python3-pip"
45
- run: "sudo apt install python3-venv -y"
46
- run: "sudo python3 -m venv home/my_env"
47
+ - run: "sudo chmod -R a+rwx home/my_env"
48
- run:
49
name: "Running tests"
50
command: |
51
source home/my_env/bin/activate
- sudo pip3 install influxdb3-python
52
+ pip3 install influxdb3-python
53
python3
54
from influxdb_client_3 import InfluxDBClient3
55
workflows:
0 commit comments