Pārlūkot izejas kodu

try using shared poetry instead

Getty Ritter 4 gadi atpakaļ
vecāks
revīzija
aa1155f0ab
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  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