浏览代码

poetry install

Getty Ritter 4 年之前
父节点
当前提交
c893e58b99
共有 1 个文件被更改,包括 1 次插入1 次删除
  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