Skip to content

Commit a8c6cf7

Browse files
committed
Pin python version to 3.10 for CI
1 parent 96b99d1 commit a8c6cf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
steps:
88
- uses: actions/checkout@v2
99
- uses: actions/setup-python@v2
10+
with:
11+
python-version: '3.10'
1012

1113
- name: Install Poetry
1214
uses: abatilo/actions-poetry@v2.0.0

0 commit comments

Comments
 (0)