We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b99d1 commit a8c6cf7Copy full SHA for a8c6cf7
.github/workflows/tests.yaml
@@ -7,6 +7,8 @@ jobs:
7
steps:
8
- uses: actions/checkout@v2
9
- uses: actions/setup-python@v2
10
+ with:
11
+ python-version: '3.10'
12
13
- name: Install Poetry
14
uses: abatilo/actions-poetry@v2.0.0
0 commit comments