-
Notifications
You must be signed in to change notification settings - Fork 555
Closed
Labels
CIissue generally related to continuous integrationissue generally related to continuous integrationbugconfirmed bugconfirmed bugexternalIt's not our fault!It's not our fault!release blockercritical issues blocking the corresponding future releasecritical issues blocking the corresponding future releasetestingissues generally related to our testing setup / infrastructureissues generally related to our testing setup / infrastructure
Description
Avoid duplicates
- I searched existing issues
Bug Summary
It appears the current CI installation is not sufficient to resolve all of the deps for testing. See here.
I can reproduce this issue locally by using the appropriate env file in the .github folder and installing obspy with
pip install . --no-depsHowever, if I replace the no deps with an editable installation everything works fine
pip install -e .I think this was mentioned in #3176 but I didn't follow that thread completely. Any ideas why this is setup this way @trichter or @megies ?
Installation Method?
developer installation / from source / git checkout
Metadata
Metadata
Assignees
Labels
CIissue generally related to continuous integrationissue generally related to continuous integrationbugconfirmed bugconfirmed bugexternalIt's not our fault!It's not our fault!release blockercritical issues blocking the corresponding future releasecritical issues blocking the corresponding future releasetestingissues generally related to our testing setup / infrastructureissues generally related to our testing setup / infrastructure