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 05d3543 commit e30baebCopy full SHA for e30baeb
.github/workflows/tests.yml
@@ -33,7 +33,8 @@ jobs:
33
34
- name: Skip unsupported configurations
35
if: matrix.os == 'windows-latest' && matrix.python-version == '3.9'
36
- run: echo "Skipping unsupported configuration: ${{ matrix.os }} with Python ${{ matrix.python-version }}"
+ run: |
37
+ echo "Skipping unsupported configuration: ${{ matrix.os }} with Python ${{ matrix.python-version }}"
38
39
- name: Install dependencies
40
if: matrix.os != 'windows-latest' || matrix.python-version != '3.9'
0 commit comments