diff --git a/.github/workflows/tests_full.yml b/.github/workflows/tests_full.yml index b6fee12e..95ab9b66 100644 --- a/.github/workflows/tests_full.yml +++ b/.github/workflows/tests_full.yml @@ -40,6 +40,11 @@ jobs: with: fetch-depth: 0 + - name: Check if Git is installed + run: | + which git + git --version + - name: Set up Python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: