Skip to content

Commit a811bc1

Browse files
committed
fix
1 parent 25c0902 commit a811bc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
name: install dependencies
2626
command: |
2727
sudo apt install python3-libvirt
28-
python3 -m venv venv
29-
. venv/bin/activate
28+
# python3 -m venv venv
29+
# . venv/bin/activate
3030
pip3 install -e ".[mongodb, influxdb, prometheus]"
3131
3232
- save_cache:
@@ -38,7 +38,7 @@ jobs:
3838
- run:
3939
name: run tests
4040
command: |
41-
. venv/bin/activate
41+
# . venv/bin/activate
4242
python3 setup.py test
4343
4444
publish-release:

0 commit comments

Comments
 (0)