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 974e1c8 commit 1846566Copy full SHA for 1846566
.github/workflows/benchmark.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Set up Python ${{ matrix.python-version }}
24
uses: actions/setup-python@v2
25
with:
26
- python-version: ["3.10"]
+ python-version: "3.10"
27
- name: Install dependencies
28
run: |
29
sudo apt update -y
.github/workflows/docs.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
21
0 commit comments