Skip to content

Commit b616b71

Browse files
committed
force setuptools upgrade
1 parent e97445a commit b616b71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sanitycheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
working-directory: ./
5151
run: |
5252
python -m pip install --upgrade pip
53+
python -m pip install --upgrade setuptools
5354
pip install --user cookiecutter
5455
cp -r . /tmp/template
5556
cookiecutter /tmp/template -o /tmp/project --no-input

0 commit comments

Comments
 (0)