Specify python versions

pull/21/head^2
Andrew Cassidy 2 years ago
parent 661536e6f6
commit 9f54349556

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

Loading…
Cancel
Save