1
0
Fork 0
mirror of synced 2024-05-18 19:32:24 +12:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: |