We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16dfc52 commit c07a9f9Copy full SHA for c07a9f9
.github/workflows/python-ci.yml
@@ -62,7 +62,7 @@ jobs:
62
- name: Install system dependencies
63
run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos
64
- name: Install
65
- run: make install-dependencies
+ run: make install
66
- name: Run linters
67
run: make lint
68
- name: Run unit tests with coverage
0 commit comments