Sfoglia il codice sorgente

try using shared poetry instead

Getty Ritter 4 anni fa
parent
commit
aa1155f0ab
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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