Skip to content

Commit 2b040cb

Browse files
committed
.
1 parent c7c0d9f commit 2b040cb

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,6 @@ jobs:
123123
python -m pip install uv
124124
uv tool install tox==4.26.0 --with tox-uv
125125
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-
132126
- name: Run tox
133127
run: tox ${{ matrix.use_factor && '-f' || '-e' }} ${{ matrix.name }}
134128

0 commit comments

Comments
 (0)