Skip to content

Commit 40dd273

Browse files
wip
1 parent a2ed1b3 commit 40dd273

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ jobs:
4444
- run: "sudo apt install -y python3-pip"
4545
- run: "sudo apt install python3-venv -y"
4646
- run: "sudo python3 -m venv home/my_env"
47+
- run: "sudo chmod -R a+rwx home/my_env"
4748
- run:
4849
name: "Running tests"
4950
command: |
5051
source home/my_env/bin/activate
51-
sudo pip3 install influxdb3-python
52+
pip3 install influxdb3-python
5253
python3
5354
from influxdb_client_3 import InfluxDBClient3
5455
workflows:

0 commit comments

Comments
 (0)