mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
Update pip.yml
This commit is contained in:
parent
fd2a91b55b
commit
414a499511
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pip.yml
vendored
2
.github/workflows/pip.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Install dependencies
|
- 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
|
- name: Build package
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue