We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb9c4b commit 04ebff4Copy full SHA for 04ebff4
1 file changed
.github/workflows/copilot-setup-steps.yml
@@ -54,6 +54,10 @@ jobs:
54
pip install -e .[test] -c requirements.txt
55
echo "PYTEST_OPT=" >> $GITHUB_ENV
56
57
+ - name: install pre-commit
58
+ run: |
59
+ pip install pre-commit
60
+
61
- name: Get Pyright Version
62
id: pyright-version
63
run: |
@@ -62,3 +66,7 @@ jobs:
66
echo "version=$PYRIGHT_VERSION" >> $GITHUB_OUTPUT
67
working-directory: .github
64
68
shell: bash
69
70
+ - name: install pyright
71
72
+ pip install pyright==${{ steps.pyright-version.outputs.version }}
0 commit comments