is this how
Some checks are pending
Test / Test (push) Has started running

This commit is contained in:
John Burwell 2023-05-02 21:07:37 -05:00
parent e103763428
commit 75e0d15ac0

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Set up Python 3.10 - name: Set up Python 3.10
uses: actions/setup-python@v1 uses: https://github.com/actions/setup-python@v1
with: with:
python-version: 3.10 python-version: 3.10
- name: Check out repository code - name: Check out repository code