Skip to content

Commit df7d1b7

Browse files
chore: fix ci
1 parent 9d1d3eb commit df7d1b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
python-version: "3.11"
2929
cache: poetry
3030

31+
- name: Install dependencies
32+
run: poetry install
33+
3134
- name: Check formatting
3235
run: poetry run black --check .
3336

0 commit comments

Comments
 (0)