-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Ajustar Contributing "Windows-friendly" #404
Comments
Oi @camilamaia e @antoniamaia, eu estava trabalhando no issue 407. Em relação a instalação com pip, acontece que os comandos de teste que usam
Não sei como vocês pretendem fazer essa tradução dos comandos para o windows, mas posso adcionar esse ponto nos arquivos de CONTRIBUTING.md |
@FloraSauerbronn Uma alternativa é rodar conforme o OS no exemplo: install:
@git config --local core.hooksPath .githooks/
# This must be indented like this, otherwise it will not work on Windows
# see: https://stackoverflow.com/questions/77974076/how-do-i-fix-this-error-when-checking-os-in-makefile
ifneq ($(OS),Windows_NT)
@chmod -R +x .githooks
@poetry install
else
@python -m poetry install
endif Talvez algo assim funcione |
Descrição do problema
Em sistema Windows encontramos problemas na instalação e utilização do Poetry.
Para Reproduzir
Comportamento esperado
Uma descrição clara e concisa do que você esperava que acontecesse.
Desktop (por favor, forneça as seguintes informações):
Windows
Contexto adicional
Adicione qualquer outro contexto sobre o problema aqui.
The text was updated successfully, but these errors were encountered: