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 a10da20 commit 10c6b51Copy full SHA for 10c6b51
.github/workflows/poetry.yml
@@ -70,6 +70,8 @@ jobs:
70
with:
71
python-version: ${{ matrix.python-version }}
72
architecture: 'x64'
73
+ - name: Validate Python Environment
74
+ run: echo "import sys; print('Python %s on %s in %s' % (sys.version, sys.platform, sys.getdefaultencoding()))" | python
75
- name: Install poetry
76
# see https://github.com/marketplace/actions/setup-poetry
77
uses: Gr1N/setup-poetry@v7
0 commit comments