Skip to content

Commit

Permalink
Use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
siliconlad committed May 1, 2024
1 parent 447e8ca commit 587b789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
python-version: "3.11"
- name: Install pyright
run: python -m pip install pyright
run: python3 -m pip install pyright
- name: Run pyright
run: pyright
coverage:
Expand Down

0 comments on commit 587b789

Please sign in to comment.