We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b5d48 commit 084d875Copy full SHA for 084d875
1 file changed
.github/workflows/python-package.yml
@@ -72,5 +72,5 @@ jobs:
72
python soundfile_build.py
73
- name: Install editable package
74
run: pip install --editable . --verbose
75
- - name: Run tests
+ - name: Run type check
76
run: python -m pyright soundfile.py
0 commit comments