Skip to content

Commit e30baeb

Browse files
committed
Fix YAML parsing errors for skipping configurations
1 parent 05d3543 commit e30baeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
3434
- name: Skip unsupported configurations
3535
if: matrix.os == 'windows-latest' && matrix.python-version == '3.9'
36-
run: echo "Skipping unsupported configuration: ${{ matrix.os }} with Python ${{ matrix.python-version }}"
36+
run: |
37+
echo "Skipping unsupported configuration: ${{ matrix.os }} with Python ${{ matrix.python-version }}"
3738
3839
- name: Install dependencies
3940
if: matrix.os != 'windows-latest' || matrix.python-version != '3.9'

0 commit comments

Comments
 (0)