We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--no-dev
1 parent c4fef83 commit 7152a7dCopy full SHA for 7152a7d
1 file changed
.github/workflows/ci.yml
@@ -109,6 +109,4 @@ jobs:
109
python-version: ${{ matrix.py }}
110
111
- name: stubtest
112
- run: >
113
- uv run --no-dev --active -p ${{ matrix.py }}
114
- tool/stubtest.py
+ run: uv run --active -p ${{ matrix.py }} tool/stubtest.py
0 commit comments