Update pip.yml

This commit is contained in:
Nick Sweeting
2024-01-12 05:25:18 -08:00
committed by GitHub
parent fd2a91b55b
commit 414a499511

View File

@@ -35,7 +35,7 @@ jobs:
cache: true
- name: Install dependencies
run: pdm install --fail-fast --no-lock --group :all --no-self
run: pdm install --fail-fast --no-lock --dev --group=':all' --no-self
- name: Build package
run: |