Conversation
Updates the pydas dependency to the latest version. This ensures compatibility and access to the newest features and bug fixes.
Adds pull request triggers to the cache update workflow, ensuring the cache is up-to-date on pull requests. Changes the environment update command from `mamba` to `conda` to ensure compatibility. Only caches the ARC environment on push events, preventing unnecessary cache updates on other events.
Configures a GitHub Actions workflow to build and deploy documentation to GitHub Pages. This workflow utilizes Micromamba to manage isolated environments for building RMG-Py and ARC, ensuring consistent and reproducible builds. It also installs necessary system dependencies for documentation generation (TeX). The workflow builds the HTML documentation and deploys it to the `gh-pages` branch only on `push` events to the `main` or `docs` branches.
ef1a948 to
1054aab
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR updates the GitHub Pages workflow to use micromamba instead of conda/miniconda, adds pull request triggers for workflow testing, and updates various dependencies and configurations.
Key changes:
- Replaces conda/miniconda setup with micromamba for better performance and caching
- Adds pull request triggers to both GitHub Pages and cache update workflows
- Updates pydas dependency version from >=1.0.2 to >=1.0.3
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| environment.yml | Updates pydas dependency version requirement |
| .github/workflows/update-cache.yml | Adds PR triggers and switches from mamba to conda for environment updates |
| .github/workflows/gh-pages.yml | Major refactor to use micromamba, adds PR triggers, and improves documentation build process |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #795 +/- ##
=======================================
Coverage 74.49% 74.49%
=======================================
Files 103 103
Lines 28121 28121
Branches 5771 5771
=======================================
Hits 20950 20950
Misses 5680 5680
Partials 1491 1491
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.