fix: Fix integration test tasks, to remove matrix.python-version from the step version
Some checks failed
Integration Testing / Integration Tests (2024.12.0, 3.13) (push) Failing after 1m25s
Integration Testing / Integration Tests (2025.9.4, 3.13) (push) Failing after 25s

Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
This commit is contained in:
2025-09-28 17:31:30 +01:00
parent 3e3e0325e2
commit 7074a1ca11

View File

@@ -19,7 +19,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}