Skip to content

Commit

Permalink
fix: fetch-depth to 0 due to bug with fetch-tags
Browse files Browse the repository at this point in the history
It looks like fetch-tags is currently not working, so we will need to
fetch-depth for now.
  • Loading branch information
castelao committed Mar 6, 2024
1 parent 4f6c9a4 commit 50fca4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 1
fetch-depth: 0
fetch-tags: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 50fca4d

Please sign in to comment.