Add .gitea/workflows/*.yaml

This commit is contained in:
2025-10-17 21:00:30 -07:00
parent dce2c5af71
commit 3f964846f8

View File

@@ -9,7 +9,7 @@ jobs:
fail-fast: true fail-fast: true
matrix: matrix:
os: [ubuntu-22.04, ubuntu-24.04] os: [ubuntu-22.04, ubuntu-24.04]
python-version: ['3.10', '3.12'] python-version: ['3.12']
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout source code - name: Checkout source code
@@ -20,9 +20,6 @@ jobs:
with: with:
python-version: "${{ matrix.python-version }}" python-version: "${{ matrix.python-version }}"
- name: Install requests
run: pip install requests
- name: Install tox - name: Install tox
run: pip install tox run: pip install tox