Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs template #287

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Conversation

lubosmj
Copy link
Member

@lubosmj lubosmj commented Sep 12, 2023

[noissue]

@@ -13,7 +13,7 @@ check_stray_pulpcore_imports: true
ci_env: {}
ci_trigger: '{pull_request: {branches: [''*'']}}'
ci_update_branches: []
ci_update_docs: false
ci_update_docs: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Loving to see that in action!

# './plugin-template --docs pulp_ostree' to update this file.
#
# For more info visit https://github.com/pulp/plugin_template
-r requirements.txt
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CI is failing because we are trying to install regular project requirements. I believe we need to install PyGObject dependencies with apt-get.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the following command inside the post_before_install script helped:

  sudo apt-get install -y libgirepository1.0-dev

@lubosmj lubosmj merged commit 9fbd839 into pulp:main Sep 19, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants