Add .gitea/workflows/*.yaml

This commit is contained in:
2025-10-18 00:12:42 -07:00
parent 2719d95738
commit 0638a82a8d

View File

@@ -15,10 +15,10 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Install Python 3.10
- name: Install Python 3.10.12
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.10.12'
- name: Install tox
run: pip install tox
- name: Run lint
@@ -31,10 +31,10 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Install Python 3.10
- name: Install Python 3.10.12
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.10.12'
- name: Install tox
run: pip install tox
- name: Run unit tests