1
mirror of https://github.com/streamlink/streamlink synced 2024-11-01 01:19:33 +01:00

ci: fix pycountry issue temporarily with a fixed version

This commit is contained in:
back-to 2020-07-02 20:48:33 +02:00 committed by Forrest
parent b4863daf1f
commit 5e5d5e9cab

View File

@ -6,5 +6,5 @@ set -ex
python -m pip install --disable-pip-version-check --upgrade pip setuptools
python -m pip install --upgrade -r dev-requirements.txt
python -m pip install pycountry
python -m pip install pycountry==19.8.18
python -m pip install -e .