Skip to content

Commit

Permalink
Build: Check out repo before calling dedup script.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Mar 31, 2024
1 parent 9445e66 commit 3c5cc9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ jobs:
contents: write

steps:
- name: Check out the repo
uses: actions/checkout@v4

- name: Download files
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
with:
Expand Down

0 comments on commit 3c5cc9e

Please sign in to comment.