Skip to content

Commit 1eec229

Browse files
ci: enable workflow_dispatch and install project in CI (#47)
1 parent 9dc9795 commit 1eec229

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
pull_request:
44
push:
55
branches: [ main ]
6+
workflow_dispatch:
67

78
jobs:
89
python:
@@ -26,10 +27,10 @@ jobs:
2627
run: python -m pip install -U pip
2728

2829
- name: Install tools
30+
run: pip install pytest mypy ruff black
2931

3032
- name: Install project
3133
run: pip install -e .
32-
run: pip install pytest mypy ruff black
3334

3435
- name: Ruff
3536
run: ruff check .

0 commit comments

Comments
 (0)