Skip to content

Commit

Permalink
ci: 🎡 fix fetch-depth in wheels CI
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Aug 8, 2023
1 parent 3f898b2 commit ba2dc6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
steps:
- name: Checkout python-hyperscan
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Restore build artifacts cache
id: cache-dist
Expand Down Expand Up @@ -167,7 +169,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}

- uses: pdm-project/setup-pdm@v3
with:
Expand Down

0 comments on commit ba2dc6a

Please sign in to comment.