ソースを参照

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