github action for unit tests

This commit is contained in:
Victor Hall 2023-04-22 18:50:07 -04:00
parent 470c0aa040
commit f6a87eb327
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Python Unit Tests
name: Unit Tests
on:
push:
@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.9
- name: Install dependencies
run: |