Skip to content

Commit

Permalink
Add checkout to load project
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts committed May 20, 2024
1 parent 278b023 commit 9e817df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
runs-on: ${{ matrix.runs-on }}

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
Expand All @@ -131,6 +132,7 @@ jobs:
with:
name: wheels

- run: ls
- run: ls wheels/

- name: Build
Expand Down

0 comments on commit 9e817df

Please sign in to comment.