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.
1 parent 5c4f6f0 commit 21b4733Copy full SHA for 21b4733
.github/workflows/python-tests.yml
@@ -83,7 +83,7 @@ jobs:
83
echo "C:\Program Files (x86)\gnupg\bin" >> $env:GITHUB_PATH
84
git config --system gpg.program "C:\Program Files (x86)\gnupg\bin\gpg.exe"
85
if: runner.os == 'Windows'
86
- - run: uv sync
+ - run: uv sync --group test --group docs --extra rich
87
- uses: actions/download-artifact@v4
88
with:
89
name: Packages
0 commit comments