diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 0c6aadfb..d98a5391 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -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: |