Browse Source

ref: remove installation of pip-tools in getsentry bump (#41153)

no longer needed since we just copy dependencies over


needs https://github.com/getsentry/getsentry/pull/8826 to land first!
anthony sottile 2 years ago
parent
commit
7cf5d6c77f
1 changed files with 0 additions and 6 deletions
  1. 0 6
      .github/workflows/bump-sentry-in-getsentry.yml

+ 0 - 6
.github/workflows/bump-sentry-in-getsentry.yml

@@ -28,12 +28,6 @@ jobs:
           # who can write to getsentry and is SAML+SSO ready.
           token: ${{ secrets.BUMP_SENTRY_TOKEN }}
 
-      - name: install dependencies
-        shell: bash
-        run: |
-          cd getsentry
-          python -m pip install -q --constraint requirements-dev-frozen.txt pip-tools
-
       - name: bump-sentry ${{ github.sha }}
         shell: bash
         run: |