Sfoglia il codice sorgente

Remove custom repo link

Colin Powell 1 anno fa
parent
commit
54e343e6af
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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