Skip to content

Commit 3574ba5

Browse files
committed
Fix tests.yml python version typo
1 parent d2ec745 commit 3574ba5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Run tests
22

33
on:
44
push:
5-
pull_request:
65

76
jobs:
87
build:
@@ -25,7 +24,7 @@ jobs:
2524
- name: Set up Python
2625
uses: actions/setup-python@v2
2726
with:
28-
python-version: 3.10
27+
python-version: "3.10"
2928

3029
- name: Generate projects from templates using cookiecutter
3130
# fastapi_users_project folder

0 commit comments

Comments
 (0)