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 19c7f8d commit f683a4aCopy full SHA for f683a4a
.github/actions/setup-dependencies/action.yml
@@ -18,7 +18,7 @@ runs:
18
with:
19
enable-cache: true
20
cache-dependency-glob: "uv.lock"
21
- python-version: ${{ matrix.python-version }}
+ python-version: ${{ inputs.python-version }}
22
23
- name: Install the project
24
run: uv sync
0 commit comments