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
41e6a0f215
commit
df56e993f2
1 changed files with 5 additions and 0 deletions
5
.github/workflows/pip.yml
vendored
5
.github/workflows/pip.yml
vendored
|
@ -24,6 +24,11 @@ jobs:
|
|||
python-version: 3.11
|
||||
architecture: x64
|
||||
|
||||
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||
with:
|
||||
packages: ripgrep build-essential python3-dev python3-setuptools libssl-dev libldap2-dev libsasl2-dev zlib1g-dev libatomic1 python3-minimal gnupg2 curl wget python3-ldap python3-msgpack python3-mutagen python3-regex python3-pycryptodome procps
|
||||
version: 1.0
|
||||
|
||||
- uses: pdm-project/setup-pdm@v3
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Reference in a new issue