Skip to content

Commit

Permalink
Merge branch 'gcorradini/infer_deps' of github.com:pangeo-forge/pange…
Browse files Browse the repository at this point in the history
…o-forge-runner into gcorradini/infer_deps
  • Loading branch information
ranchodeluxe committed Feb 14, 2024
2 parents fd3b63c + 0dfc2ec commit 2b78889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_bake.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ def test_bake_requires_recipes_installed(recipes_uninstalled):
"""
assert recipes_uninstalled
bake = Bake()
bake.repo = str(TEST_DATA_DIR / 'gpcp-from-gcs')
bake.feedstock_subdir = 'feedstock-0.10.x-norequirements'
bake.repo = str(TEST_DATA_DIR / "gpcp-from-gcs")
bake.feedstock_subdir = "feedstock-0.10.x-norequirements"
with pytest.raises(
ValueError,
match="To use the `bake` command, the packages `pangeo-forge-recipes` must be listed in your recipe's requirements.txt",
Expand Down

0 comments on commit 2b78889

Please sign in to comment.