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

pull/21/head
Andrew Cassidy 2 years ago committed by GitHub
commit 15e0c68df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: |

Loading…
Cancel
Save