Parcourir la source

Allow virtualenvs in project

Getty Ritter il y a 4 ans
Parent
commit
1925a2376a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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