ref master

This commit is contained in:
Jesse Bannon 2023-02-20 19:34:55 -08:00
parent 37b7797c51
commit b70be7081b

View file

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