We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c3495 commit fddcce8Copy full SHA for fddcce8
1 file changed
.github/workflows/tox.yml
@@ -22,6 +22,7 @@ jobs:
22
python-version: ${{ matrix.python-version }}
23
- name: Set Python version for tox
24
run: echo "PY_VERSION=$(echo py${version//./})" >> $GITHUB_ENV
25
+ shell: bash
26
env:
27
version: ${{ matrix.python-version }}
28
- name: Register Python problem matcher
0 commit comments