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 5125dcf commit fbbfe73Copy full SHA for fbbfe73
.github/actions/setup-python-env/action.yml
@@ -30,5 +30,5 @@ runs:
30
cache-suffix: ${{ matrix.python-version }}
31
32
- name: Install Python dependencies
33
- run: uv sync $${{ inputs.extra-dependencies }}
+ run: uv sync ${{ inputs.extra-dependencies }}
34
shell: bash
0 commit comments