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
310dede977
commit
79979d4d05
1 changed files with 3 additions and 0 deletions
3
.github/workflows/pip.yml
vendored
3
.github/workflows/pip.yml
vendored
|
@ -30,6 +30,9 @@ jobs:
|
|||
version: 1.0
|
||||
|
||||
- uses: pdm-project/setup-pdm@v3
|
||||
with:
|
||||
python-version: '3.11'
|
||||
cache: true
|
||||
|
||||
- name: Install dependencies
|
||||
run: pdm install --fail-fast --no-lock --group :all --no-self
|
||||
|
|
Loading…
Reference in a new issue