mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-12 09:34:50 +02:00
install needed packages to run archivebox during pip build
This commit is contained in:
9
.github/workflows/pip.yml
vendored
9
.github/workflows/pip.yml
vendored
@@ -31,6 +31,11 @@ jobs:
|
|||||||
python-version: ${{ env.PYTHON_VERSION }}
|
python-version: ${{ env.PYTHON_VERSION }}
|
||||||
architecture: x64
|
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 gnupg2 curl wget python3-ldap python3-msgpack python3-mutagen python3-regex python3-pycryptodome procps
|
||||||
|
version: 1.0
|
||||||
|
|
||||||
- name: Install uv build dependencies
|
- name: Install uv build dependencies
|
||||||
run: uv sync --frozen --all-extras --no-install-project --no-install-workspace
|
run: uv sync --frozen --all-extras --no-install-project --no-install-workspace
|
||||||
|
|
||||||
@@ -41,10 +46,6 @@ jobs:
|
|||||||
- name: Publish package distributions to PyPI
|
- name: Publish package distributions to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
|
|
||||||
# - 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 gnupg2 curl wget python3-ldap python3-msgpack python3-mutagen python3-regex python3-pycryptodome procps
|
|
||||||
# version: 1.0
|
|
||||||
|
|
||||||
# - name: Install from build
|
# - name: Install from build
|
||||||
# run: uv pip install ./dist/*.whl
|
# run: uv pip install ./dist/*.whl
|
||||||
|
Reference in New Issue
Block a user