Skip to content

Commit 27c3cc9

Browse files
authored
Merge pull request #92 from nschloe/new-setup-python
new setup-python
2 parents a8b7229 + 97d0837 commit 27c3cc9

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Check out repo
16-
uses: actions/checkout@v3
17-
- name: Set up Python
18-
uses: actions/setup-python@v3
19-
- name: Run pre-commit
20-
uses: pre-commit/[email protected]
15+
- uses: actions/checkout@v3
16+
- uses: pre-commit/[email protected]
2117

2218
build:
19+
needs: [lint]
20+
2321
strategy:
2422
matrix:
2523
platform: [ubuntu-latest]
@@ -33,7 +31,7 @@ jobs:
3331
runs-on: ${{ matrix.platform }}
3432

3533
steps:
36-
- uses: actions/setup-python@v3
34+
- uses: actions/setup-python@v4
3735
with:
3836
python-version: ${{ matrix.python-version }}
3937
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)