cookiecutter / cookiecutter-django

Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
https://cookiecutter-django.readthedocs.io
BSD 3-Clause "New" or "Revised" License
12.11k stars 2.9k forks source link

Initial project linter failed #3517

Closed Andrew-Chen-Wang closed 2 years ago

Andrew-Chen-Wang commented 2 years ago

What happened?

Linter on GitHub Actions failed on initial project generation

What should've happened instead?

Good CI

Additional details

Run actions/setup-python@v2
2
  with:
3
    python-version: 3.9
4
    cache: pip
5
    token: ***
6
  env:
7
    DOCKER_BUILDKIT: 1
8
    COMPOSE_DOCKER_CLI_BUILD: 1
9
Successfully setup CPython (3.9.9)
10
Error: No file in /home/runner/work/demo-backend/demo-backend matched to [**/requirements.txt], make sure you have checked out the target repository
$ cookiecutter https://github.com/cookiecutter/cookiecutter-django
project_name [Project Name]: ...

browniebroke commented 2 years ago

Thanks for the report, should be fixed in #3520