Skip to content

Commit

Permalink
misc: fix build test
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor committed Nov 20, 2024
1 parent fb53071 commit 5beeb59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration_python/build/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def test_build_conda_package(pixi: Path, tmp_path: Path) -> None:
parsed_manifest["tool"]["pixi"]["build"] = {
"build-backend": "pixi-build-python",
"channels": [
"https://fast.prefix.dev/pixi-build-backends",
"https://fast.prefix.dev/conda-forge",
"https://repo.prefix.dev/pixi-build-backends",
"https://repo.prefix.dev/conda-forge",
],
"dependencies": ["pixi-build-python"],
}
Expand Down

0 comments on commit 5beeb59

Please sign in to comment.