github action for unit tests
This commit is contained in:
parent
470c0aa040
commit
f6a87eb327
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue