From 7074a1ca114d7b1e31125a67112761cd1536a814 Mon Sep 17 00:00:00 2001 From: Rafal Zielinski Date: Sun, 28 Sep 2025 17:31:30 +0100 Subject: [PATCH] fix: Fix integration test tasks, to remove matrix.python-version from the step version Signed-off-by: Rafal Zielinski --- .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 8924543..25eab3b 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 ${{ matrix.python-version }} + - name: Set up Python uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }}