From f4c93a5198dc3172d92c7da64c706e46373e6ab4 Mon Sep 17 00:00:00 2001 From: Marc 'risson' Schmitt Date: Wed, 13 May 2026 14:28:30 +0200 Subject: [PATCH] ci/release: fix python setup Signed-off-by: Marc 'risson' Schmitt --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 948f2a8dc..91f59501b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,8 +74,6 @@ jobs: pipx install poetry || true - name: Setup Python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 - with: - python-version-file: client-python/pyproject.toml - name: Fetch schema uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: