Skip to content

Commit a64a2f9

Browse files
wip
1 parent d2238d5 commit a64a2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- run: "sudo apt install python3 -y"
4444
- run: "sudo apt install -y python3-pip"
4545
- run: "sudo apt install python3-venv -y"
46-
- run: "sudo python3 -m venv home/my_env"
46+
- run: "sudo python3 -m venv home/my_env && source home/my_env/bin/activate && sudo pip3 install influxdb3-client"
4747
workflows:
4848
version: 2
4949
build:

0 commit comments

Comments
 (0)