Skip to content

Commit 9674b7a

Browse files
authored
fix(test-tools): fix uv sync when building fixtures for releases (#1739)
1 parent a928ad7 commit 9674b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-fixtures/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
python-version: ${{ inputs.python_version }}
2121
- name: Install EEST
2222
shell: bash
23-
run: uv sync --no-progress --extra test
23+
run: uv sync --no-progress
2424
- name: Extract fixture release properties from config
2525
id: properties
2626
shell: bash

0 commit comments

Comments
 (0)