From 02365e4beea0a3cb2520b693464eae1b7ea40911 Mon Sep 17 00:00:00 2001 From: Mirko Bunse Date: Mon, 24 Jun 2024 14:51:38 +0200 Subject: [PATCH] Use --allow-releaseinfo-change in apt-get update --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44e9e6d..2f5598f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: uses: ammaraskar/sphinx-action@master with: pre-build-command: | - apt-get update -y && apt-get install -y git && git --version + apt-get --allow-releaseinfo-change update -y && apt-get install -y git && git --version python -m pip install --upgrade pip setuptools wheel python -m pip install -e .[docs] docs-folder: "docs/"