Skip to content

Commit 411bcc4

Browse files
authored
Update and rename pre-commit.yml to code-check.yml
1 parent 9477167 commit 411bcc4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pre-commit
1+
name: code-check
22

33
on: [push]
44

@@ -11,8 +11,10 @@ jobs:
1111
with:
1212
python-version: 3.9
1313
- name: Install pre-commit
14-
run: pip install pre-commit pytest
14+
run: pip install pre-commit poetry pytest
1515
- name: Run pre-commit
1616
run: pre-commit run --all-files
17+
- name: Install dependencies
18+
run: poetry install
1719
- name: Run tests
1820
run: pytest

0 commit comments

Comments
 (0)