We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ce43c commit b1392c0Copy full SHA for b1392c0
1 file changed
.github/workflows/python-package.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install just
31
uses: extractions/setup-just@v2
32
- name: Install dependencies
33
- run: just install-prod
+ run: just install
34
- name: Lint with ruff
35
run: just lint
36
- name: Type check with ty
0 commit comments