Skip to content

Commit

Permalink
Install libarchive-c in build env (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiedxu authored Jun 17, 2023
1 parent 638a4f9 commit 70b15a1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- 'environment.yml'
- 'files/'
- 'pyproject.toml'
- 'poetry.lock'
- 'jupyter_lite_config.json'
- 'copy.sh'
Expand All @@ -16,6 +17,7 @@ on:
paths:
- 'environment.yml'
- 'files/'
- 'pyproject.toml'
- 'poetry.lock'
- 'jupyter_lite_config.json'
- 'copy.sh'
Expand Down
13 changes: 12 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jupyterlite-xeus-sqlite = "~0.2.1"
jupyterlab-geojson = "~3.3.1"
jupyterlite-xeus-python = "~0.8.0"
ipyleaflet = "~0.17.2"
libarchive-c = "~4.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 70b15a1

Please sign in to comment.