Skip to content

Commit 61dd997

Browse files
committed
experiment: valid prefix url
1 parent f39e233 commit 61dd997

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

micromamba/tests/env_lockfiles/test-env-lock-linux-64.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
],
1616
"conda-forge": [
1717
{
18-
"url": "https://prefix.dev/conda-forge",
19-
"protocol": "https"
20-
},
21-
{
22-
"url": "https://repo.prefix.dev/conda-forge",
18+
"url": "https://prefix.dev/channels/conda-forge",
2319
"protocol": "https"
2420
}
2521
]

micromamba/tests/env_lockfiles/test-env-lock-win-64.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
],
1616
"conda-forge": [
1717
{
18-
"url": "https://prefix.dev/conda-forge",
19-
"protocol": "https"
20-
},
21-
{
22-
"url": "https://repo.prefix.dev/conda-forge",
18+
"url": "https://prefix.dev/channels/conda-forge",
2319
"protocol": "https"
2420
}
2521
]

0 commit comments

Comments
 (0)