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 d2238d5 commit a64a2f9Copy full SHA for a64a2f9
.circleci/config.yml
@@ -43,7 +43,7 @@ jobs:
43
- run: "sudo apt install python3 -y"
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"
+ - run: "sudo python3 -m venv home/my_env && source home/my_env/bin/activate && sudo pip3 install influxdb3-client"
47
workflows:
48
version: 2
49
build:
0 commit comments