Skip to content

Commit 611795f

Browse files
wip
1 parent d60a2ae commit 611795f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
command: |
5050
cd home/my_env
5151
source bin/activate
52-
sudo pip3 install influxdb3-python
53-
sudo python3
52+
pip3 install influxdb3-python
53+
python3
5454
from influxdb_client_3 import InfluxDBClient3
5555
workflows:
5656
version: 2

0 commit comments

Comments
 (0)