We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4841c commit b227199Copy full SHA for b227199
.github/workflows/cicd.yml
@@ -85,12 +85,6 @@ jobs:
85
py-dependencies:
86
runs-on: ubuntu-latest
87
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
-
94
- uses: WIPACrepo/wipac-dev-py-dependencies-action@not-too-soon
95
96
0 commit comments