Skip to content

Commit 9a3c724

Browse files
committed
setup python before code quality checks
1 parent 802af39 commit 9a3c724

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
steps:
4040
- name: 'Check out code'
4141
uses: actions/checkout@v3
42+
- name: 'Setup Python 3.10'
43+
uses: actions/setup-python@v5
44+
with:
45+
python-version: '3.10'
46+
- name: 'Install Poetry'
47+
uses: Gr1N/setup-poetry@v9
4248
- name: 'Run code quality checks'
4349
run: make check
4450
- name: 'Run pyupgrade'

0 commit comments

Comments
 (0)