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