瀏覽代碼

Try something else

Getty Ritter 4 年之前
父節點
當前提交
ef1902dabf
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -13,8 +13,8 @@ steps:
   - pip install poetry
   - pip install invoke
   - export PATH=/root/.pip:$PATH
-  - poetry config virtualenvs.in-project true --local
-  - poetry install
+  - /root/.pip/bin/poetry config virtualenvs.in-project true --local
+  - /root/.pip/bin/poetry install
 
 - name: test
   image: python