From 0fa9b693c3b16a0259717f351d1bc185e8deab6d Mon Sep 17 00:00:00 2001 From: Saransh Chopra Date: Fri, 9 Aug 2024 21:39:44 +0100 Subject: [PATCH] fix: correct coffea version in docs --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5727d2d9b..110b6f6e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,6 +46,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: