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 87fb950 commit fb088f9Copy full SHA for fb088f9
.github/workflows/python-test.yml
@@ -25,10 +25,10 @@ jobs:
25
with:
26
submodules: 'recursive'
27
28
- - name: Setup Python 3.12
+ - name: Setup Python 3.10
29
uses: actions/setup-python@v5
30
31
- python-version: "3.12"
+ python-version: "3.10"
32
cache: "pip"
33
34
- name: Set up openmp (macos)
.github/workflows/slow-api-test.yml
@@ -24,10 +24,10 @@ jobs:
24
0 commit comments