Skip to content

Commit

Permalink
Merge pull request #309 from mit-ll-responsible-ai/unpin-pyright
Browse files Browse the repository at this point in the history
unpin pyright: > 1.1.272
  • Loading branch information
rsokl authored Sep 28, 2022
2 parents bf340d7 + 192f3b5 commit 33bb4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Install pyright
run: sudo npm install -g pyright@"=1.1.271"
run: sudo npm install -g pyright@">1.1.272"
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Install pyright
run: sudo npm install -g pyright@"=1.1.270"
run: sudo npm install -g pyright@">1.1.272"
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
Expand Down

0 comments on commit 33bb4a1

Please sign in to comment.