Skip to content

Commit e61d05f

Browse files
authored
Remove unnecessary git fetch command
1 parent a0fff8e commit e61d05f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
- run: git fetch --prune --unshallow
25-
24+
2625
- uses: actions/setup-python@v5
2726
with:
2827
python-version: "3.x"

0 commit comments

Comments
 (0)