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