Getty Ritter 4 gadi atpakaļ
vecāks
revīzija
c893e58b99
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

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