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 23b56be commit 7b1cad6Copy full SHA for 7b1cad6
‎.github/workflows/tests.yml
@@ -12,18 +12,6 @@ on:
12
13
jobs:
14
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
27
py-tests:
28
29
runs-on: ubuntu-latest
@@ -72,7 +60,7 @@ jobs:
72
60
publish:
73
61
74
62
name: Publish to PyPi
75
- needs: [pre-commit, py-tests, js-tests]
63
+ needs: [py-tests, js-tests]
76
64
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
77
65
78
66
steps:
0 commit comments