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 aa350cb commit 58a75d5Copy full SHA for 58a75d5
.github/workflows/slow-checks.yml
@@ -80,5 +80,6 @@ jobs:
80
81
- name: Validate Python version
82
run: |
83
- poetry run python --version
+ poetry run which python
84
+ poetry env list
85
poetry run python --version | grep "${{ matrix.python-version }}"
0 commit comments