Commit e2c467d
committed
Fix CI: use [test] extras instead of [dev] to avoid visdom build failure
The [dev] extras include visdom (via [optional]), which fails to build
in pip's isolated build environments because visdom's setup.py imports
pkg_resources from setuptools, which is not available in isolated builds
with newer pip versions.
The formatting workflow only needs linting tools and the pytest workflow
only needs test tools, so [test] extras are sufficient for both.1 parent 95cf68e commit e2c467d
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments