Skip to content

Commit 70dce3f

Browse files
committed
fix? typo attempt 2
1 parent fb2f995 commit 70dce3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
python-version: [ 3.8.6, 3.9.0 ]
22+
python-version: [ 3.8, 3.9 ]
2323

2424
steps:
2525
- name: Checkout source
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Python
2929
uses: actions/setup-python@v1
3030
with:
31-
python-version: $ {{ matrix.python-version }}
31+
python-version: ${{ matrix.python-version }}
3232

3333
- name: Set up Poetry
3434
uses: Gr1N/setup-poetry@v4

0 commit comments

Comments
 (0)