Skip to content

Commit 730d7f8

Browse files
committed
Fix typo
1 parent 5368524 commit 730d7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Poetry
2929
shell: bash
3030
run: |
31-
pip install poetry==${{ matrix.poetry-version }}m
31+
pip install poetry==${{ matrix.poetry-version }}
3232
- name: Install Dependencies
3333
run: python -m poetry install
3434
- name: Configure Validation

0 commit comments

Comments
 (0)