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 27c5d5f commit aa350cbCopy full SHA for aa350cb
.github/workflows/slow-checks.yml
@@ -79,4 +79,6 @@ jobs:
79
run: poetry --version
80
81
- name: Validate Python version
82
- run: poetry run python --version | grep "${{ matrix.python-version }}"
+ run: |
83
+ poetry run python --version
84
+ poetry run python --version | grep "${{ matrix.python-version }}"
0 commit comments