Add .gitea/workflows/*.yaml

This commit is contained in:
2025-10-17 20:54:03 -07:00
parent e7dc599785
commit b4e01e369e

View File

@@ -20,5 +20,5 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"
- name: Install numpy
run: pip install numpy==1.22
- name: Install requests
run: pip install requests