Browse Source

Allow virtualenvs in project

Getty Ritter 4 years ago
parent
commit
1925a2376a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

@@ -5,6 +5,7 @@ steps:
 - name: setup
   image: gdritter/lament-configuration-env:latest
   commands:
+  - poetry config virtualenvs.in-project true
   - poetry install
 
 - name: format