We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97445a commit b616b71Copy full SHA for b616b71
.github/workflows/sanitycheck.yml
@@ -50,6 +50,7 @@ jobs:
50
working-directory: ./
51
run: |
52
python -m pip install --upgrade pip
53
+ python -m pip install --upgrade setuptools
54
pip install --user cookiecutter
55
cp -r . /tmp/template
56
cookiecutter /tmp/template -o /tmp/project --no-input
0 commit comments