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