Skip to content

Commit d9cd450

Browse files
committed
Added Makefile command to create table and adjusted ci.yaml to use Makefile commands.
1 parent 59a98bc commit d9cd450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
key: venv-${{ hashFiles('poetry.lock') }}
4141

4242
- name: Install the project dependencies
43-
run: make install
43+
run: make install-packages
4444

4545
- name: Run mypy
4646
run: make lint

0 commit comments

Comments
 (0)