Skip to content

Commit 05e8f08

Browse files
committed
Attempt to fix new workflow.
1 parent e8dffa1 commit 05e8f08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
runs-on: ubuntu-latest
3232

3333
steps:
34+
- name: Checkout code
35+
uses: actions/checkout@v4
36+
3437
- name: Build package
3538
run: python setup.py sdist bdist_wheel
3639

0 commit comments

Comments
 (0)