Skip to content

Commit cd3c2ce

Browse files
committed
nit
1 parent f481935 commit cd3c2ce

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up python
1111
uses: actions/setup-python@v4
1212
with:
13-
python-version: 3.10
13+
python-version: "3.10"
1414
- name: Bootstrap poetry
1515
uses: snok/install-poetry@v1
1616
with:
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up python
2929
uses: actions/setup-python@v4
3030
with:
31-
python-version: 3.10
31+
python-version: "3.10"
3232
- name: Bootstrap poetry
3333
uses: snok/install-poetry@v1
3434
with:
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up python
5353
uses: actions/setup-python@v4
5454
with:
55-
python-version: 3.10
55+
python-version: "3.10"
5656
- name: Bootstrap poetry
5757
run: |
5858
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1

0 commit comments

Comments
 (0)