Skip to content

Commit dccae38

Browse files
committed
set python version
1 parent de715ef commit dccae38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pin_requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
version: "0.5.4"
2323

2424
- name: Generate requirements file
25-
run: uv pip compile --all-extras pyproject.toml -o requirements-${{ matrix.os }}-${{ matrix.python-version }}.txt
25+
run: uv pip compile --all-extras --python-version ${{ matrix.python-version }} pyproject.toml -o requirements-${{ matrix.os }}-${{ matrix.python-version }}.txt
2626

2727
- name: Upload requirements file
2828
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)