From b16cb2c5a943e7794a72e97510e3918adad6dd9c Mon Sep 17 00:00:00 2001 From: n-wbrown Date: Sat, 14 Oct 2023 19:03:16 -0700 Subject: [PATCH] Add versioneer --- .github/workflows/test-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 9295065..d395060 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Python application +name: Test Cookiecutter Setup on: push: @@ -26,7 +26,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install cookiecutter flake8 + pip install cookiecutter flake8 versioneer - name: Build sample package run: | python -m cookiecutter ./ --no-input