Skip to content

Commit

Permalink
Fix dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
arenekosreal committed Aug 28, 2024
1 parent 2e94637 commit dd2a664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup pdm
uses: pdm-project/setup-pdm@v4
- name: Install dependencies
run: pdm install --dev --group=uvloop
run: pdm install --dev ${{ matrix.os != 'windows-latest' && '--group=uvloop' || '' }}
- name: Test project
run: pdm run pytest

Expand Down

0 comments on commit dd2a664

Please sign in to comment.