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 82a97da commit eaefbc3Copy full SHA for eaefbc3
.github/workflows/_release.yml
@@ -137,7 +137,7 @@ jobs:
137
uv run python -c "import $IMPORT_NAME; print(dir($IMPORT_NAME))"
138
139
- name: Import test dependencies
140
- run: uv sync --group test
+ run: uv sync --group test --group test_integration --dev
141
working-directory: ${{ inputs.working-directory }}
142
143
# Overwrite the local version of the package with the built version
0 commit comments