workflow: fix The python-version input is not set. The version of Python currently in PATH will be used.

This commit is contained in:
Peter Bieringer
2026-03-22 08:45:53 +01:00
parent 7d47de06f8
commit fc6b7ef38c

View File

@@ -49,6 +49,8 @@ jobs:
apt-get install -y git
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install Python dependencies
run: |
apt-get install -y tox rust-all cargo