瀏覽代碼

actually install

Getty Ritter 4 年之前
父節點
當前提交
f2512ae41b
共有 1 個文件被更改,包括 1 次插入0 次删除
  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