Skip to content

Commit 0bfbe18

Browse files
committed
Make sure dependencies are installed before linting
1 parent 58ecbc0 commit 0bfbe18

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@master
10-
- name: Lint
10+
- name: Install
11+
uses: abatilo/[email protected]
12+
with:
13+
python_version: 3.8
14+
poetry_version: 1.0
15+
args: install
16+
- name: Lint with pre-commit
1117
uses: abatilo/[email protected]
1218
with:
1319
python_version: 3.8

0 commit comments

Comments
 (0)