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

install propkatraj for doc building #71

Merged
merged 3 commits into from
May 8, 2024
Merged

install propkatraj for doc building #71

merged 3 commits into from
May 8, 2024

Conversation

orbeckst
Copy link
Member

@orbeckst orbeckst commented May 8, 2024

  • fix Docs no longer deploy properly #66
  • install propkatraj package before building docs
  • updated docs CI (updated version, make clear that we use conda-forge channel)
  • run docs CI on each PR (and deploy on push to main)

Comment on lines 30 to 40
auto-update-conda: true
channel-priority: flexible
channels: conda-forge
add-pip-as-python-dependency: true
architecture: x64

miniforge-variant: Mambaforge
use-mamba: true
channels: conda-forge

activate-environment: propkatrajdocs
auto-update-conda: true
auto-activate-base: false
show-channel-urls: true
Copy link
Member Author

Choose a reason for hiding this comment

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

Just made it look like the section in gh-ci.yaml

@@ -1,6 +1,6 @@
name: propkatrajdocs
channels:
- default
Copy link
Member Author

Choose a reason for hiding this comment

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

As far as I can tell, default should have been defaults but because the docs.yaml specified channels: conda-forge, we always used conda-forge anyway.

Copy link

codecov bot commented May 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.30%. Comparing base (b57a2b1) to head (44b3c66).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   98.30%   98.30%           
=======================================
  Files           2        2           
  Lines          59       59           
=======================================
  Hits           58       58           
  Misses          1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@orbeckst orbeckst requested a review from IAlibay May 8, 2024 07:35
orbeckst added 3 commits May 8, 2024 00:37
- fix #66
- updated docs CI (updated version, make clear that we use conda-forge channel)
- always run doc build
- only deploy on push to main
@orbeckst orbeckst force-pushed the fix-doc-test-deploy branch from afcf9b5 to 44b3c66 Compare May 8, 2024 07:37
Copy link
Collaborator

@IAlibay IAlibay left a comment

Choose a reason for hiding this comment

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

lgtm thanks!

@IAlibay IAlibay merged commit febb3a8 into main May 8, 2024
21 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.

Docs no longer deploy properly
2 participants