From 6ed33e7ff633e8715496b9f944560a4df8e27e85 Mon Sep 17 00:00:00 2001 From: Elijah Date: Thu, 4 Jan 2024 21:25:18 +0100 Subject: [PATCH] Testing using default python version --- .gitea/workflows/ci-pipeline.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index 1a348e2..91d7ced 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -10,16 +10,13 @@ on: jobs: build: - runs-on: ubuntu-22.04 + runs-on: self-hosted steps: - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 - with: - # Version being used in local development - python-version: '3.10' - name: Create virtual environment run: |