Switch from script variables to context variables

This commit is contained in:
DevilXD
2024-01-19 19:35:34 +01:00
parent 0b6deeb951
commit d70e3b85b7

View File

@@ -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: |