Przeglądaj źródła

actually install

Getty Ritter 4 lat temu
rodzic
commit
f2512ae41b
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

@@ -9,6 +9,7 @@ steps:
   image: python
   commands:
   - pip install poetry
+  - poetry run inv install
   - poetry run inv test
   - poetry run inv tc
   - poetry run inv checkfmt