Skip to content
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

GitHub Actions .yml throws error on build #1

Open
alvarobartt opened this issue Aug 19, 2020 · 0 comments
Open

GitHub Actions .yml throws error on build #1

alvarobartt opened this issue Aug 19, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@alvarobartt
Copy link
Owner

There is an error while generating the cookiecutter, since in the github-actions.yml the lines:

- name: Set up Python $(matrix.python-version)

throw an error while running the build, since the curly brackets ({{ and }}) are being interpreted as a cookiecutter variable, so they are replaced by a parenthesis, which leads the build to error.

@alvarobartt alvarobartt added the bug Something isn't working label Aug 19, 2020
@alvarobartt alvarobartt self-assigned this Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant