diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index b1ee85b..d7572b0 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -18,7 +18,8 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.8' + # Version being used in local development + python-version: '3.10.12' - name: Create virtual environment run: |