Browse Source

try using shared poetry instead

Getty Ritter 4 years ago
parent
commit
aa1155f0ab
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .drone.yml

+ 3 - 3
.drone.yml

@@ -13,14 +13,14 @@ steps:
 - name: test
   image: python
   commands:
-  - inv test
+  - poetry run inv test
 
 - name: typecheck
   image: python
   commands:
-  - inv tc
+  - poetry run inv tc
 
 - name: format
   image: python
   commands:
-  - inv checkfmt
+  - poetry run inv checkfmt