Skip to content

Commit e1dff11

Browse files
committed
actually request a python version
1 parent ee75dc3 commit e1dff11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/PR.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
- name: Set up Python
5050
id: setup-python
5151
uses: ni/python-actions/setup-python@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
52+
with:
53+
python-version: ${{ matrix.python-version }}
5254
- name: Set up Poetry
5355
uses: ni/python-actions/setup-poetry@9768589f3e50672173dad75a6fc181e4a85d33fa # v0.7.0
5456
- name: Cache virtualenv

0 commit comments

Comments
 (0)