Skip to content

Commit e08e65d

Browse files
authoredMar 21, 2024··
Merge pull request #7 from im-voracity/workflows
0.3.0
2 parents b773643 + 49e520a commit e08e65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Python
2121
uses: actions/setup-python@v2
2222
with:
23-
python-version: 3.8.1
23+
python-version: "3.8.1"
2424

2525
- name: Install Poetry
2626
uses: snok/install-poetry@v1.3.4

0 commit comments

Comments
 (0)
Please sign in to comment.