diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ddb1f9..1871115 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,6 +19,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 # For git describe - name: Install clickable run: pip3 install --user --upgrade clickable-ut