Skip to content

Commit a2ed1b3

Browse files
wip
1 parent 3f17de3 commit a2ed1b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
- run:
4848
name: "Running tests"
4949
command: |
50-
cd home/my_env
51-
source bin/activate
50+
source home/my_env/bin/activate
5251
sudo pip3 install influxdb3-python
5352
python3
5453
from influxdb_client_3 import InfluxDBClient3

0 commit comments

Comments
 (0)