From bd32d3d00d1eda99063d3a715bf8f7da754f514e Mon Sep 17 00:00:00 2001 From: Rafal Zielinski Date: Thu, 2 Oct 2025 12:47:57 +0100 Subject: [PATCH] Revert "fix: Fix integration test tasks, to remove matrix.python-version from the step version" This reverts commit 7074a1ca114d7b1e31125a67112761cd1536a814. --- .gitea/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/integration-test.yml b/.gitea/workflows/integration-test.yml index 25eab3b..8924543 100644 --- a/.gitea/workflows/integration-test.yml +++ b/.gitea/workflows/integration-test.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 - - name: Set up Python + - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}