Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Mar 12, 2024
1 parent 89a3154 commit 18be07b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
submodules: true

- name: Build wheels
uses: pypa/[email protected]
Expand Down

0 comments on commit 18be07b

Please sign in to comment.