fix: add Python setup
All checks were successful
CI / test (push) Successful in 4s

This commit is contained in:
2026-02-02 04:38:31 +00:00
parent 7b43df4ef3
commit 3ec222dbb8

View File

@@ -7,4 +7,9 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 1 fetch-depth: 1
- run: echo "CI passed"
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: echo "Python setup done"