Skip to content

Commit c07a9f9

Browse files
committed
fix ci
1 parent 16dfc52 commit c07a9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install system dependencies
6363
run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos
6464
- name: Install
65-
run: make install-dependencies
65+
run: make install
6666
- name: Run linters
6767
run: make lint
6868
- name: Run unit tests with coverage

0 commit comments

Comments
 (0)