-
Notifications
You must be signed in to change notification settings - Fork 613
When running Python setup in Windows VM fails with pip #333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Duplicate of #328? Does |
Well, could be duplicate. Although my problems happens in setup phase. But using |
Do I need to always keep updating the version? Because I tough that using |
Hello @aaltat. The tag v2 should be updated. Could you please confirm, that everything works as expected ? |
Yes, now it works. Thank you. |
* pycodestyle -> flake8; + pytest-cov,mock,mypy * mypy needs Py3.6 (PEP526+484) * Config flake8, yapf, mypy * Config pytest and coverage * Settings for VSCode * Full compliance with flake8 and mypy * Document changes for mypy, flake8, pytest-mock/cov * Replace pycodestyle with flake8 in GH actions * Drop 3.6 in Windows GH Actions * Update actions/setup-python to v2 See actions/setup-python#333 * Install pipenv manually (no more actions) * Run flake8 and mypy in GH actions * Check current dir with mypy
Description:
We have matrix job which setups Python. For Linux and Mac that Python setup works fine, but for Windows host, there is error like this:
Action version:
actions/setup-python@v2
Platform:
Runner type:
Tools version:
3.7, 3.8, 3.9
Repro steps:
Link to yaml definition and here is link to execution
Expected behavior:
Python would be setup would have been completed without errors.
Actual behavior:
There is error:
The text was updated successfully, but these errors were encountered: