Skip to content

Commit 61effde

Browse files
author
Ian Rose
committed
Fix condition
1 parent 20cd424 commit 61effde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/runtime/test_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def test_install_dist():
7272
# Test that versions of packages installed are consistent with those
7373
# specified in `meta.yaml`
7474

75-
if os.environ.get("COILED_RUNTIME_VERSION", "unknown") not in (
75+
if os.environ.get("COILED_RUNTIME_VERSION", "unknown") in (
7676
"upstream",
7777
"latest",
7878
"unknown",

0 commit comments

Comments
 (0)