We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802af39 commit 9a3c724Copy full SHA for 9a3c724
.github/workflows/test.yml
@@ -39,6 +39,12 @@ jobs:
39
steps:
40
- name: 'Check out code'
41
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
48
- name: 'Run code quality checks'
49
run: make check
50
- name: 'Run pyupgrade'
0 commit comments