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: with:
python-version: "${{ matrix.python-version }}" python-version: "${{ matrix.python-version }}"
- name: Install numpy - name: Install requests
run: pip install numpy==1.22 run: pip install requests