Skip to content

Commit fc6b7ef

Browse files
committed
workflow: fix The python-version input is not set. The version of Python currently in PATH will be used.
1 parent 7d47de0 commit fc6b7ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
apt-get install -y git
5050
- uses: actions/checkout@v5
5151
- uses: actions/setup-python@v6
52+
with:
53+
python-version: ${{ matrix.python-version }}
5254
- name: Install Python dependencies
5355
run: |
5456
apt-get install -y tox rust-all cargo

0 commit comments

Comments
 (0)