From d70e3b85b7613c04d98d36aee7f558e2094848a3 Mon Sep 17 00:00:00 2001 From: DevilXD <4180725+DevilXD@users.noreply.github.com> Date: Fri, 19 Jan 2024 19:35:34 +0100 Subject: [PATCH] Switch from script variables to context variables --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 681b41b..5c47ce4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "$PYTHON_VERSION" + python-version: ${{env.PYTHON_VERSION}} - name: Set up Python virtual environment run: | @@ -98,7 +98,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "$PYTHON_VERSION" + python-version: ${{env.PYTHON_VERSION}} - name: Install system dependencies run: | @@ -172,7 +172,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "$PYTHON_VERSION" + python-version: ${{env.PYTHON_VERSION}} - name: Append git revision to project version run: |