From 0c92f64f8738dec84e0ac9817465dd2c4e4b41c4 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Wed, 25 Sep 2024 23:19:29 +0100 Subject: [PATCH] Remove init Python --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61a02ad4e..ad5767dbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -228,13 +228,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - # Should only restore the .venv directory from cache. - - name: Setup Python venv - uses: ./.github/actions/init-python - with: - cache-key: ci-${{ matrix.distro.name }} - setup: false - - name: Config Git safe dir run: git config --global --add safe.directory $GITHUB_WORKSPACE