Skip to content

Commit eaefbc3

Browse files
authored
adding IT dependencies to the test step in the publish workflow (#166)
1 parent 82a97da commit eaefbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
uv run python -c "import $IMPORT_NAME; print(dir($IMPORT_NAME))"
138138
139139
- name: Import test dependencies
140-
run: uv sync --group test
140+
run: uv sync --group test --group test_integration --dev
141141
working-directory: ${{ inputs.working-directory }}
142142

143143
# Overwrite the local version of the package with the built version

0 commit comments

Comments
 (0)