Skip to content

Commit 04ebff4

Browse files
authored
Update copilot-setup-steps.yml
1 parent 5cb9c4b commit 04ebff4

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
pip install -e .[test] -c requirements.txt
5555
echo "PYTEST_OPT=" >> $GITHUB_ENV
5656
57+
- name: install pre-commit
58+
run: |
59+
pip install pre-commit
60+
5761
- name: Get Pyright Version
5862
id: pyright-version
5963
run: |
@@ -62,3 +66,7 @@ jobs:
6266
echo "version=$PYRIGHT_VERSION" >> $GITHUB_OUTPUT
6367
working-directory: .github
6468
shell: bash
69+
70+
- name: install pyright
71+
run: |
72+
pip install pyright==${{ steps.pyright-version.outputs.version }}

0 commit comments

Comments
 (0)