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 db051d1 commit 86daf68Copy full SHA for 86daf68
.github/workflows/python.yml
@@ -79,7 +79,7 @@ jobs:
79
# see https://github.com/actions/setup-python
80
uses: actions/setup-python@v4
81
with:
82
- python-version: ${{ env.PYTHON_VERISON_DEFAULT }}
+ python-version: ${{ matrix.python-version }}
83
architecture: 'x64'
84
- name: Install poetry
85
# see https://github.com/marketplace/actions/setup-poetry
0 commit comments