Skip to content

Commit

Permalink
Add versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
n-wbrown committed Oct 15, 2023
1 parent 7165f6f commit b16cb2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit b16cb2c

Please sign in to comment.