adding checkout

This commit is contained in:
Nat Hillard 2021-08-06 15:45:17 -04:00
parent a662aa93ca
commit 94f0e142a2

View file

@ -17,6 +17,8 @@ jobs:
matrix: matrix:
python-version: [3.9] python-version: [3.9]
steps: steps:
- name: Checkout source
uses: actions/checkout@v2
- name: Print variables to help debug - name: Print variables to help debug
uses: hmarr/debug-action@v2 uses: hmarr/debug-action@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}