We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2388274 commit 3019812Copy full SHA for 3019812
1 file changed
.github/workflows/code.yml
@@ -39,7 +39,8 @@ jobs:
39
- name: Install python packages
40
uses: ./.github/actions/install_requirements
41
with:
42
- python_version: ${{ matrix.python }}
+ # python_version: ${{ matrix.python }}
43
+ python_version: "3.12"
44
requirements_file: requirements-test-${{ matrix.os }}-${{ matrix.python }}.txt
45
install_options: ${{ matrix.install }}
46
0 commit comments