updated CI to use correct variable

This commit is contained in:
Brian Bjarke Jensen
2025-09-18 23:48:22 +02:00
parent f0a3bf89b0
commit 829cfd2e00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
python-version: ${{ vars.PYTHON_VERSION }}
- name: Install uv
run: pip install uv
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ inputs.python-version }}
python-version: ${{ vars.PYTHON_VERSION }}
- name: Install uv
run: pip install uv