You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current justfile does not work on Windows
This will affect anyone who might want to develop and test reusable actions on Windows
Investigate whether adding windows support as was done in the repo-template will work here
The text was updated successfully, but these errors were encountered:
Justfile as per opensafely-core/repo-template@7ab8eab runs fine in git-bash on windows; but installing the requirements listed in repo-template fails with the following:
Collecting typing-extensions>=3.10.0.0
ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not:
typing-extensions>=3.10.0.0 from https://files.pythonhosted.org/packages/75/e1/932e06004039dd670c9d5e1df0cd606bf46e29a28e65d5bb28e894ea29c9/typing_extensions-4.2.0-py3-none-any.whl#sha256=6657594ee297170d19f67d55c05852a874e7eb634f4f753dbd667855e07c1708 (from black==22.3.0->-r requirements.dev.txt (line 17))```
In my experience, manually installing the dependent requirement which is un-pinned is a way of working around this; whereas no workarounds for the problems encountered with the old version of the justfile were found
This copies justfile from opensafely-core/repo-template, remembering to
downgrade Python from 3.10 to 3.8, because opensafely-core/python-docker
supports 3.8.
Closes#40
Current justfile does not work on Windows
This will affect anyone who might want to develop and test reusable actions on Windows
Investigate whether adding windows support as was done in the repo-template will work here
The text was updated successfully, but these errors were encountered: