Skip to content

Commit b227199

Browse files
committed
no checkout for py dep
1 parent bd4841c commit b227199

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/cicd.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@ jobs:
8585
py-dependencies:
8686
runs-on: ubuntu-latest
8787
steps:
88-
- uses: actions/checkout@v5
89-
with:
90-
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
91-
ref: ${{ github.ref }} # dont lock to sha (action needs to push)
92-
fetch-depth: 0 # setuptools-scm needs to access git tags
93-
9488
- uses: WIPACrepo/wipac-dev-py-dependencies-action@not-too-soon
9589

9690

0 commit comments

Comments
 (0)