From 982053e9ddd8556a030cdf01f5c02a67f4c40641 Mon Sep 17 00:00:00 2001 From: Blue Date: Mon, 25 Nov 2024 11:38:31 -0800 Subject: [PATCH] Do a full clone --- .github/workflows/modern-distributions.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/modern-distributions.yml b/.github/workflows/modern-distributions.yml index ba9c6a48..86069e73 100644 --- a/.github/workflows/modern-distributions.yml +++ b/.github/workflows/modern-distributions.yml @@ -10,8 +10,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - fetch-depth: 0 uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Install pip packages run: pip install -r distributions/requirements.txt