diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 46aa6ab..866bf45 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -6,5 +6,9 @@ jobs: test: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: '3.11' - name: Install pytest run: pip install pytest