Skip to content

Commit

Permalink
Modif workflow of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martirm committed Apr 9, 2024
1 parent 228cea1 commit 6b6839b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
fetch-depth: 1

- name: Checkout Submodules
run: git submodule update --init --recursive

- uses: actions/setup-python@v1
with:
python-version: '3.7'
Expand Down

0 comments on commit 6b6839b

Please sign in to comment.