Skip to content

Commit

Permalink
Install OS required packages
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
lubosmj committed Jun 26, 2024
1 parent f3a30b3 commit 80db7d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/template_gitref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.08.26-345-g747bcf8
2021.08.26-346-ga425289
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
echo ::group::PYDEPS
pip install packaging twine wheel mkdocs jq
echo ::endgroup::
- name: "Install OS packages"
run: |
apt-get install -y libgirepository1.0-dev libostree-dev
- name: "Build package"
run: |
python3 setup.py sdist bdist_wheel --python-tag py3
Expand Down
3 changes: 3 additions & 0 deletions template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ kanban: true
latest_release_branch: '2.3'
lint_requirements: true
noissue_marker: '[noissue]'
os_required_packages:
- libgirepository1.0-dev
- libostree-dev
parallel_test_workers: 8
plugin_app_label: ostree
plugin_default_branch: main
Expand Down

0 comments on commit 80db7d7

Please sign in to comment.