Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed pyright issues #198

Merged
merged 12 commits into from
Jan 3, 2022
Prev Previous commit
Next Next commit
Downgrade pyright
  • Loading branch information
ravi-mosaicml committed Jan 3, 2022
commit 8b0c4ad9f354a823525ea9444ba47c5c60a7f044
2 changes: 1 addition & 1 deletion .github/actions/pyright/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
working-directory: ${{ inputs.working_directory }}
run: |
set -ex
sudo npm install -g pyright@1.1.197
sudo npm install -g pyright@1.1.190

- name: Run Pyright
shell: bash
Expand Down