Skip to content

Commit eb4b58b

Browse files
wip
1 parent 268c7b5 commit eb4b58b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
name: "Running tests"
4949
command: |
5050
cd home/my_env
51-
source bin/activate
52-
pip3 install influxdb3-python
53-
python3
51+
sudo source bin/activate
52+
sudo pip3 install influxdb3-python
53+
sudo python3
5454
from influxdb_client_3 import InfluxDBClient3
5555
workflows:
5656
version: 2

0 commit comments

Comments
 (0)