Skip to content

Commit b1c4c36

Browse files
author
Ian Rose
committed
Fix condition
1 parent 09e151c commit b1c4c36

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
@@ -75,7 +75,7 @@ def test_install_dist():
7575
# Test that versions of packages installed are consistent with those
7676
# specified in `meta.yaml`
7777

78-
if os.environ.get("COILED_RUNTIME_VERSION", "unknown") not in (
78+
if os.environ.get("COILED_RUNTIME_VERSION", "unknown") in (
7979
"upstream",
8080
"latest",
8181
"unknown",

0 commit comments

Comments
 (0)