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 2df2897 commit 1116144Copy full SHA for 1116144
.github/workflows/scheduled_unittests.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Python
21
uses: actions/setup-python@master
22
with:
23
- python-version: 3.10
+ python-version: "3.11"
24
25
- name: Install dependencies
26
run: |
0 commit comments