Skip to content

Commit 7b1cad6

Browse files
authored
🔧 MAINTAIN: Remove manual pre-commit from CI (#131)
* 🔧 MAINTAIN: Remove manual pre-commit from CI * Remove dependency on pre-commit in publish Action
1 parent 23b56be commit 7b1cad6

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

‎.github/workflows/tests.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,6 @@ on:
1212

1313
jobs:
1414

15-
pre-commit:
16-
17-
runs-on: ubuntu-latest
18-
19-
steps:
20-
- uses: actions/checkout@v2
21-
- name: Set up Python 3.8
22-
uses: actions/setup-python@v1
23-
with:
24-
python-version: 3.8
25-
- uses: pre-commit/[email protected]
26-
2715
py-tests:
2816

2917
runs-on: ubuntu-latest
@@ -72,7 +60,7 @@ jobs:
7260
publish:
7361

7462
name: Publish to PyPi
75-
needs: [pre-commit, py-tests, js-tests]
63+
needs: [py-tests, js-tests]
7664
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
7765
runs-on: ubuntu-latest
7866
steps:

0 commit comments

Comments
 (0)