fetch history

This commit is contained in:
Jesse Bannon 2023-02-20 18:27:55 -08:00
parent 239d96f027
commit 21e6ae882b

View file

@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # fetch all git history
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3