Merge branch 'dev' into dependabot/github_actions/dev/actions/setup-python-4.0.0

This commit is contained in:
Andrew Cassidy 2022-06-12 17:18:18 -07:00 committed by GitHub
commit 15e0c68df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4.0.0
with:
python-version: '3.x'
- name: Install dependencies
run: |
@ -97,6 +99,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4.0.0
with:
python-version: '3.x'
- name: Install dependencies
run: |