Skip to content

Commit 7c74636

Browse files
committed
fix ci not using the python version from the matrix
1 parent 1f7fff0 commit 7c74636

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check and publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python_version }}
25+
- run: ./pw uv python pin ${{ matrix.python_version }}
2526
- run: ./pw uv sync
2627
- run: ./pw uv add robotframework==${{ matrix.robot_version }}
2728
if: ${{ matrix.robot_version != 'from lockfile' }}

0 commit comments

Comments
 (0)