From cceafd1bb059f82bcf6a0f09c73ecf7eb9fa2e79 Mon Sep 17 00:00:00 2001 From: Tasos Papaioannou Date: Fri, 7 Feb 2025 12:09:43 -0500 Subject: [PATCH] Debug --- .github/workflows/pull_request.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ef62ec28f..01bc03bf1 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -51,6 +51,8 @@ jobs: name: Robottelo installation cross-check runs-on: ubuntu-latest needs: codechecks + env: + python-version: '3.13' steps: - name: Checkout Airgun uses: actions/checkout@v4 @@ -58,12 +60,12 @@ jobs: - name: Set Up Python uses: actions/setup-python@v5 with: - python-version: '3.13' + python-version: $python-version - name: Install the latest version of uv and set the Python version uses: astral-sh/setup-uv@v5 with: - python-version: '3.13' + python-version: $python-version enable-cache: true cache-dependency-glob: | **/requirements*.txt