Revert "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 1m50s
Integration Testing / Integration Tests (2025.9.4, 3.13) (push) Failing after 22s

This reverts commit 7074a1ca11.
This commit is contained in:
2025-10-02 12:47:57 +01:00
parent f4bea6863f
commit bd32d3d00d

View File

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