Skip to content

Commit 3019812

Browse files
TEMP: Test always using 3.12
1 parent 2388274 commit 3019812

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/code.yml

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

0 commit comments

Comments
 (0)