Skip to content

Commit 44068de

Browse files
committed
venv false
1 parent c5d69ef commit 44068de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ jobs:
7878
7979
- name: prepare the environment
8080
run: |
81-
pip install -U setuptools pip poetry tox-docker
81+
pip install -U setuptools pip poetry tox-docker tox-poetry
82+
poetry config virtualenvs.create false
8283
poetry install
8384
- name: run tests
8485
run: tox -e cover

0 commit comments

Comments
 (0)