Skip to content

Commit 0227d41

Browse files
committed
[DEVOPS-693] also resolve doc environment with solve-group default
1 parent 855dcfd commit 0227d41

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ keywords = [
2121
"earth-sciences",
2222
"geoh5",
2323
"geology",
24-
"geophysics",
24+
"geophysics",
2525
"interoperability",
2626
"omf",
2727
"open-mining-format",
@@ -146,8 +146,8 @@ py311 = {features = ["py311", "mirageo-git", "test"]}
146146
py312 = {features = ["py312", "mirageo-git", "test"]}
147147

148148
default = {features = ["py310", "mirageo-git", "test", "dev"], solve-group = "default"}
149-
docs = {features = ["py310", "mirageo-git", "doc"], solve-group = "doc"}
150-
test-docs = {features = ["py310", "mirageo-git", "test", "doc"], solve-group = "doc"}
149+
docs = {features = ["py310", "mirageo-git", "doc"], solve-group = "default"}
150+
test-docs = {features = ["py310", "mirageo-git", "test", "doc"], solve-group = "default"}
151151

152152
[tool.pixi.feature.py310.dependencies]
153153
python = "3.10.*"

0 commit comments

Comments
 (0)