Skip to content

Commit

Permalink
fix: gh action (#443)
Browse files Browse the repository at this point in the history
fix gh action
  • Loading branch information
DeltaDaniel authored Sep 11, 2024
1 parent 5737de4 commit 85a9ad8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 85a9ad8

Please sign in to comment.