Skip to content

Commit 1846566

Browse files
committed
Fix broken workflow yaml
1 parent 974e1c8 commit 1846566

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python ${{ matrix.python-version }}
2424
uses: actions/setup-python@v2
2525
with:
26-
python-version: ["3.10"]
26+
python-version: "3.10"
2727
- name: Install dependencies
2828
run: |
2929
sudo apt update -y

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: ["3.10"]
18+
python-version: "3.10"
1919
- name: Install dependencies
2020
run: |
2121
sudo apt update -y

0 commit comments

Comments
 (0)