Skip to content

Commit fbbfe73

Browse files
committed
Fix typo
1 parent 5125dcf commit fbbfe73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-python-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ runs:
3030
cache-suffix: ${{ matrix.python-version }}
3131

3232
- name: Install Python dependencies
33-
run: uv sync $${{ inputs.extra-dependencies }}
33+
run: uv sync ${{ inputs.extra-dependencies }}
3434
shell: bash

0 commit comments

Comments
 (0)