Skip to content

Commit

Permalink
pants: try again to get git submodules working
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Sep 12, 2024
1 parent d9a115d commit 3ff52e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:

- name: Fetch repository submodules
run: |
git submodule update --init --recursive --remote
git submodule status
git submodule foreach 'git fetch --all --tags'
git submodule foreach 'git tag'
- name: 'Set up Python (${{ matrix.python-version }})'
Expand Down

0 comments on commit 3ff52e8

Please sign in to comment.