Skip to content

Commit

Permalink
Do full checkout in test_setup/test_sourcebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Oct 7, 2023
1 parent 46f9392 commit 7964db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
fetch-depth: 0 # full checkout required for `git describe`

# FIXME Should we run the test suite after each way of installing?

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_sourcebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
fetch-depth: 0 # full checkout required for `git describe`

- name: Install deps
run: python3 -m pip install -U -r req/default.txt
Expand Down

0 comments on commit 7964db5

Please sign in to comment.