Browse Source

Try something else

Getty Ritter 4 years ago
parent
commit
ef1902dabf
1 changed files with 2 additions and 2 deletions
  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