From 58c63909af151942277d3a880e21ae0cf03b6155 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Sun, 3 Aug 2025 21:54:58 +0200 Subject: [PATCH 1/3] Bump Poetry to 2.1.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 859d8dfa23..1f67b6ae52 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ else TEST_RUNNER = poetry run endif -POETRY_VERSION = 2.1.1 +POETRY_VERSION = 2.1.3 # ============ # Help Section From 0704c5efa16a68a0f79aa4b0bcc79136415e8681 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Sun, 3 Aug 2025 23:09:42 +0200 Subject: [PATCH 2/3] Disable caching --- .github/workflows/python-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index c8cdbcc58a..f663071fad 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -54,10 +54,10 @@ jobs: - name: Install poetry run: make install-poetry - uses: actions/setup-python@v5 - with: - python-version: ${{ matrix.python }} - cache: poetry - cache-dependency-path: ./poetry.lock +# with: +# python-version: ${{ matrix.python }} +# cache: poetry +# cache-dependency-path: ./poetry.lock - name: Install system dependencies run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos - name: Install From 70d26e5faf47104b90e439dd0077a04e58b48cb6 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Sun, 3 Aug 2025 23:16:24 +0200 Subject: [PATCH 3/3] Revert ignore cache --- .github/workflows/python-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index f663071fad..c8cdbcc58a 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -54,10 +54,10 @@ jobs: - name: Install poetry run: make install-poetry - uses: actions/setup-python@v5 -# with: -# python-version: ${{ matrix.python }} -# cache: poetry -# cache-dependency-path: ./poetry.lock + with: + python-version: ${{ matrix.python }} + cache: poetry + cache-dependency-path: ./poetry.lock - name: Install system dependencies run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos - name: Install