Skip to content

Commit 3db1c6d

Browse files
TEMP: Restore matrix.python
1 parent 8150b7b commit 3db1c6d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/code.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
- name: Install python packages
4040
uses: ./.github/actions/install_requirements
4141
with:
42-
# python_version: ${{ matrix.python }}
43-
python_version: "3.12"
42+
python_version: ${{ matrix.python }}
4443
requirements_file: requirements-test-${{ matrix.os }}-${{ matrix.python }}.txt
4544
install_options: ${{ matrix.install }}
4645

0 commit comments

Comments
 (0)