Skip to content

Commit 34fb52a

Browse files
committed
Added Python version to CI
1 parent dcacba5 commit 34fb52a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
steps:
77
- uses: actions/checkout@v3
88
- uses: actions/setup-python@v4
9+
with:
10+
python-version: '3.10'
911
- run: pip install -r requirements.txt
1012
- uses: ankane/setup-postgres@v1
1113
with:

0 commit comments

Comments
 (0)