We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20cd424 commit 61effdeCopy full SHA for 61effde
1 file changed
tests/runtime/test_build.py
@@ -72,7 +72,7 @@ def test_install_dist():
72
# Test that versions of packages installed are consistent with those
73
# specified in `meta.yaml`
74
75
- if os.environ.get("COILED_RUNTIME_VERSION", "unknown") not in (
+ if os.environ.get("COILED_RUNTIME_VERSION", "unknown") in (
76
"upstream",
77
"latest",
78
"unknown",
0 commit comments