6
0

I don't understand variables

This commit is contained in:
Jon Michael Aanes 2024-03-30 14:06:53 +01:00
parent 71c248d7bd
commit f5ad5f1ed4
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

View File

@ -16,7 +16,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setting up Python ${{ env.PYTHON_VERSION }} for ${{RUNNER_ARCH}} ${{RUNNER_OS}}
- name: Setting up Python ${{ env.PYTHON_VERSION }} for ${{runner.arch}} ${{runner.os}}
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
needs: [test]
steps:
- name: Setting up Python ${{ env.PYTHON_VERSION }} for ${{RUNNER_ARCH}} ${{RUNNER_OS}}
- name: Setting up Python ${{ env.PYTHON_VERSION }} for ${{runner.arch}} ${{runner.os}}
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}