Commit 049f3f0
Add requests to conda env so the docs fetch_releases tests can import
The new ultraplot/tests/test_docs_fetch_releases.py loads
docs/_scripts/fetch_releases.py via importlib, which imports `requests`
at module level. The conda env used in CI didn't include it, causing
all eight tests to fail with ModuleNotFoundError.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c748326 commit 049f3f0
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
0 commit comments