Fix CI for Python 3.10

This commit is contained in:
Alexander Graf
2021-11-12 14:14:59 +01:00
parent f09bd51ed4
commit 0300d8a4f1
3 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ with open('__main__.py', 'w+') as f:
# install dependencies and invoke PyInstaller
commands = ["pip install pipenv==2020.11.15",
"pipenv sync --dev",
f"pipenv --python {sys.version_info.major}.{sys.version_info.minor} sync --dev",
"pipenv run pyinstaller --log-level=DEBUG instaloader.spec"]
for command in commands: