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 c7c0d9f commit 2b040cbCopy full SHA for 2b040cb
1 file changed
.github/workflows/main.yml
@@ -123,12 +123,6 @@ jobs:
123
python -m pip install uv
124
uv tool install tox==4.26.0 --with tox-uv
125
126
- - name: Debug tox command
127
- run: |
128
- echo "matrix.use_factor is: ${{ matrix.use_factor }}"
129
- echo "Calculated tox command part: ${{ matrix.use_factor && '-f' || '-e' }}"
130
- echo "Full tox command: tox ${{ matrix.use_factor && '-f' || '-e' }} ${{ matrix.name }}"
131
-
132
- name: Run tox
133
run: tox ${{ matrix.use_factor && '-f' || '-e' }} ${{ matrix.name }}
134
0 commit comments