소스 검색

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