Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed May 22, 2024
1 parent fde7982 commit 491a36a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_api_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1973,5 +1973,8 @@ def test_add_pip_as_python_dependency_from_condarc_file(
@pytest.mark.skipif(on_win, reason="Tests cross-compilation targeting Windows")
def test_cross_unix_windows_mingw(testing_config):
recipe = os.path.join(metadata_dir, "_cross_unix_windows_mingw")
testing_config.channel_urls = ["conda-forge/label/m2w64-experimental", "conda-forge"]
testing_config.channel_urls = [
"conda-forge/label/m2w64-experimental",
"conda-forge",
]
api.build(recipe, config=testing_config)

0 comments on commit 491a36a

Please sign in to comment.