Browse Source

ref: clean up python-version from MEP job (#36917)

anthony sottile 2 years ago
parent
commit
b3a58cf98b
1 changed files with 1 additions and 4 deletions
  1. 1 4
      .github/workflows/backend.yml

+ 1 - 4
.github/workflows/backend.yml

@@ -110,7 +110,6 @@ jobs:
       # and reducing the risk that one of many runs would turn red again (read: intermittent tests)
       fail-fast: false
       matrix:
-        python-version: [3.8.12]
         # XXX: When updating this, make sure you also update MATRIX_INSTANCE_TOTAL.
         instance: [0]
         pg-version: ['9.6']
@@ -127,12 +126,10 @@ jobs:
           # https://github.com/codecov/codecov-bash/blob/7100762afbc822b91806a6574658129fe0d23a7d/codecov#L891
           fetch-depth: '2'
 
-      - name: Setup sentry env (python ${{ matrix.python-version }})
+      - name: Setup sentry env
         uses: ./.github/actions/setup-sentry
         id: setup
         with:
-          python-version: ${{ matrix.python-version }}
-          pip-cache-version: ${{ secrets.PIP_CACHE_VERSION }}
           snuba: true
           # Right now, we run so few bigtable related tests that the
           # overhead of running bigtable in all backend tests