We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e94637 commit dd2a664Copy full SHA for dd2a664
.github/workflows/ci.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup pdm
27
uses: pdm-project/setup-pdm@v4
28
- name: Install dependencies
29
- run: pdm install --dev --group=uvloop
+ run: pdm install --dev ${{ matrix.os != 'windows-latest' && '--group=uvloop' || '' }}
30
- name: Test project
31
run: pdm run pytest
32
0 commit comments