summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2022-10-13 02:25:44 +0100
committerGitHub <noreply@github.com>2022-10-13 02:25:44 +0100
commit8375281d8e0b788ab802e113d4f9e98c3c5a827e (patch)
tree525b194826966c9db605daf5006b993ec96cc5cf /.github
parentf8a25921e5c443b07483017b0ffdeb08b9ba2fdf (diff)
parentc39b2cc50c029dd20df62749b99b2bbb2372e9ae (diff)
downloadpip-8375281d8e0b788ab802e113d4f9e98c3c5a827e.tar.gz
Merge pull request #11494 from pradyunsg/remove-pre-commit-from-ga
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml20
1 files changed, 4 insertions, 16 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 792a3e311..d3c64ee40 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -55,17 +55,6 @@ jobs:
- "noxfile.py"
if: github.event_name == 'pull_request'
- pre-commit:
- name: pre-commit
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v2
- - uses: actions/setup-python@v2
- - uses: pre-commit/action@v2.0.0
- with:
- extra_args: --all-files --hook-stage=manual
-
packaging:
name: packaging
runs-on: ubuntu-latest
@@ -103,7 +92,7 @@ jobs:
name: tests / ${{ matrix.python }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest
- needs: [pre-commit, packaging, determine-changes]
+ needs: [packaging, determine-changes]
if: >-
needs.determine-changes.outputs.tests == 'true' ||
github.event_name != 'pull_request'
@@ -151,7 +140,7 @@ jobs:
name: tests / ${{ matrix.python }} / ${{ matrix.os }} / ${{ matrix.group }}
runs-on: ${{ matrix.os }}-latest
- needs: [pre-commit, packaging, determine-changes]
+ needs: [packaging, determine-changes]
if: >-
needs.determine-changes.outputs.tests == 'true' ||
github.event_name != 'pull_request'
@@ -225,7 +214,7 @@ jobs:
name: tests / zipapp
runs-on: ubuntu-latest
- needs: [pre-commit, packaging, determine-changes]
+ needs: [packaging, determine-changes]
if: >-
needs.determine-changes.outputs.tests == 'true' ||
github.event_name != 'pull_request'
@@ -257,7 +246,7 @@ jobs:
env:
_PIP_USE_IMPORTLIB_METADATA: 'true'
- needs: [pre-commit, packaging, determine-changes]
+ needs: [packaging, determine-changes]
if: >-
needs.determine-changes.outputs.tests == 'true' ||
github.event_name != 'pull_request'
@@ -292,7 +281,6 @@ jobs:
- determine-changes
- docs
- packaging
- - pre-commit
- tests-unix
- tests-windows
- tests-zipapp