浏览代码

Remove custom repo link

Colin Powell 1 年之前
父节点
当前提交
54e343e6af
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      .drone.yml

+ 0 - 1
.drone.yml

@@ -14,7 +14,6 @@ steps:
       # Install dependencies
       - cp emus.conf.example emus.conf
       - pip install poetry
-      - poetry config repositories.unblink "https://pypi.unbl.ink/pypi/simple"
       - poetry install
       # Start with a fresh database (which is already running as a service from Drone)
       - poetry run pytest --cov-report term:skip-covered --cov=emus tests