Skip to content

Commit

Permalink
try to fix CI v3
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed Oct 6, 2024
1 parent 5da1570 commit c2effdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
# fetch all tags for the "git describe" later
fetch-depth: 0
submodules: true
- name: Set up Python 3.12
uses: actions/setup-python@v5
Expand Down

0 comments on commit c2effdf

Please sign in to comment.