Skip to content

Commit 3f17de3

Browse files
wip
1 parent 611795f commit 3f17de3

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
@@ -49,7 +49,7 @@ jobs:
4949
command: |
5050
cd home/my_env
5151
source bin/activate
52-
pip3 install influxdb3-python
52+
sudo pip3 install influxdb3-python
5353
python3
5454
from influxdb_client_3 import InfluxDBClient3
5555
workflows:

0 commit comments

Comments
 (0)