We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480530e commit 19e9551Copy full SHA for 19e9551
.github/workflows/python_lint.yml
@@ -19,4 +19,6 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
- name: lint-python
22
- run: make -C python install_dev lint
+ run: |
23
+ git --version
24
+ make -C python install_dev lint
0 commit comments