Skip to content

Fix Documentation CI: install matplotlib for PyPlot#38

Closed
dependabot[bot] wants to merge 4 commits into
masterfrom
dependabot/github_actions/actions/cache-6
Closed

Fix Documentation CI: install matplotlib for PyPlot#38
dependabot[bot] wants to merge 4 commits into
masterfrom
dependabot/github_actions/actions/cache-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

The Documentation job was failing because matplotlib was not available in the Julia-specific Conda environment used by PyCall/PyPlot (CI sets PYTHON: "").

Changes

  • .github/workflows/ci.yml: Added a step to install matplotlib via Julia's Conda before running docs/make.jl:
    - run: julia -e 'using Conda; Conda.add("matplotlib")'

This installs into the same Conda environment PyCall resolves to, so PyPlot can import matplotlib at doc-build time.

Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v5...v6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 24, 2026
Copilot AI changed the title Bump actions/cache from 5 to 6 Fix Documentation CI: install matplotlib for PyPlot Jun 24, 2026
Copilot finished work on behalf of j-fu June 24, 2026 08:15
Copilot finished work on behalf of j-fu June 24, 2026 12:34
@j-fu j-fu closed this Jun 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/github_actions/actions/cache-6 branch June 24, 2026 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants